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.
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?
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?