It is quite troublesome to upload multiple image previews. I have never seen such a plug-in. If browser compatibility is not considered, uploading multiple image previews is not that troublesome. HTML5 has made a lot of optimizations for this. If you want to consider IE8 and below browsers, it will be troublesome. Generally, FLASH plug-in is used to upload. I really don't want to use something like this. In a word, it is recommended to write a plug-in yourself. If it doesn't work, you can modify the webuploader plug-in. It’s really not difficult to calm down. You can refer to my open source multi-image upload component, http://git.oschina.net/tmnet/jQuery_image_muti_upload, which lacks the image preview function, but the other functions are still very complete.
You can consider using form+iframe to simulate AJAX asynchronous upload: Set the target of the form to an iframe in the page, so that this iframe can display the content after the action request. Able to achieve multiple image previews on a single page Uploading does not require any plug-ins and supports IE8.
It is quite troublesome to upload multiple image previews. I have never seen such a plug-in.
If browser compatibility is not considered, uploading multiple image previews is not that troublesome. HTML5 has made a lot of optimizations for this. If you want to consider IE8 and below browsers, it will be troublesome. Generally, FLASH plug-in is used to upload. I really don't want to use something like this.
In a word, it is recommended to write a plug-in yourself. If it doesn't work, you can modify the webuploader plug-in. It’s really not difficult to calm down.
You can refer to my open source multi-image upload component, http://git.oschina.net/tmnet/jQuery_image_muti_upload, which lacks the image preview function, but the other functions are still very complete.
You can consider using form+iframe to simulate AJAX asynchronous upload:
Set the target of the form to an iframe in the page, so that this iframe can display the content after the action request.
Able to achieve multiple image previews on a single page Uploading does not require any plug-ins and supports IE8.