Closed GoogleCodeExporter closed 8 years ago
I think the problem is the timeout for servlet: at the moment it is 30 seconds.
So in 30 seconds it is not possible to upload high amount of data ..
Original comment by DoctorMi...@gmail.com
on 3 Jul 2011 at 5:27
The problem is that although many hacks in gwtupload server side for gae, it is
not possible to track the progress status, so the client side stops the upload
after not receiving any update about the progress.
A workaround is to increase the 60sec default value to 5minutes or so:
setUploadTimeout(300000).
I think a flag in client side to indicate that progress from server is not
available could be useful, so the progress bar could be an animated gif and
these errors would not happen.
Original comment by manuel.carrasco.m
on 5 Jul 2011 at 11:53
Issue 111 has been merged into this issue.
Original comment by manuel.carrasco.m
on 5 Jul 2011 at 11:55
This issue was closed by revision r926.
Original comment by manuel.carrasco.m
on 5 Jul 2011 at 12:11
Original issue reported on code.google.com by
cw...@cloudsherpas.com
on 25 May 2011 at 2:23