I have used this jQuery plugin for upload a file.
It is working fine with single/multiple files.
But when I try to upload large files like 90 to 100 MB in size, it blocks all other ajax calls.
While uploading such large files if I've minimized the window and I am trying to access other page, all ajax calls will be in queue until upload completes.
There isn't any issue with file upload, I can upload a file upto 2 GB. But I can't access any other functionality of my site until the upload completes.
How can I solve this issue ?
I want to force this upload process to work asynchronously, to let me access all other pages/ functionality of my site.
Is there any other option/plugin available which I an use for this purpose (without Flash) ?