Home  >  Article  >  Web Front-end  >  Jquery plug-in for multiple image asynchronous upload_jquery

Jquery plug-in for multiple image asynchronous upload_jquery

WBOY
WBOYOriginal
2016-05-16 18:18:141082browse

1. Initialize the number of upload controls.

Copy code The code is as follows:

$(document).ready(function() {
$('#H_File').uploadFile({ key: 'test',count:3 });
});

Jquery plug-in for multiple image asynchronous upload_jquery
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
Jquery plug-in for multiple image asynchronous upload_jquery
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)
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn