1. Initialize the number of upload controls.
$(document).ready(function() {
$('#H_File').uploadFile({ key: 'test',count:3 });
});
Previous design ideas Yes, the number of upload controls is initialized, and the page displays one upload control. Whenever the upload is successful, an upload control is created below.
2. After successfully uploading the image
This is the final effect. If you have a better plug-in, we hope to open source it together.
Not much else to say, if you are interested, click to download the source code
/201010/yuanma/jquery_aspnet_upload1.rar (262.34 kb)