Home > Web Front-end > JS Tutorial > body text

Jquery plug-in for multiple image asynchronous upload_jquery

WBOY
Release: 2016-05-16 18:18:14
Original
1064 people have browsed it

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)
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!