moxiecode / plupload

Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
http://www.plupload.com
GNU Affero General Public License v3.0
5.63k stars 1.42k forks source link

How to send multiple request files at a time? #1664

Open Thunder7991 opened 11 months ago

Thunder7991 commented 11 months ago

At present, it starts the next request after completing the request. Therefore, if the network speed is too slow and the experience is very bad, can I send multiple requests at a time?