Closed GoogleCodeExporter closed 8 years ago
Hello, this feature is disabled in gwtupload for many reasons:
- Most browsers only open two simultaneous connections with a server, and I
need both, one for sending the file and other for the ajax requesting progress
- Parallel uploading overloads the server
- Coding in client side is much complicated
- Uploading several files at some time does normally not speed up uploading.
So when a file is being uploaded the rest are queued.
You can not open the choose dialog as you want, so it is necessary the user
clicking on the fileinput.
Original comment by manuel.carrasco.m
on 7 Feb 2011 at 6:29
Original comment by manuel.carrasco.m
on 7 Feb 2011 at 6:29
Original comment by manuel.carrasco.m
on 13 Feb 2011 at 12:31
Original issue reported on code.google.com by
veeravel...@gmail.com
on 6 Jan 2011 at 9:54