Download files in parallel chunks using the jquery file download plugin

Using the blueimpjQuery 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?

+4
source share
2 answers

plugin , , . , , . _chunkedUpload. , jquery ( ).

+1

Source: https://habr.com/ru/post/1611489/


All Articles