Using the blueimp
jQuery download plugin . I can load a large file into consecutive fragments.
But my requirement is to load the same file in parallel chunks instead of sequential.
How can I achieve this using the above plugin?
What are the changes required on the server side (currently using servlets with a Weblogic server) to handle concurrent requests?
source
share