Using blueimp JQuery file upload plugin.
Am able to upload a large file in sequential chunks .
But my requirement is to upload the same file in parallel chunks instead of sequential.
How can I achieve this using the above specified plugin ?
What are the changes required at server side (Currently using Servlets with Weblogic server) to handle parallel requests ?