jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

GAE now supports requests up to 32MB #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Will this change be leveraged in a new version soon?

Original issue reported on code.google.com by cw...@cloudsherpas.com on 25 May 2011 at 2:23

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Issue 111 has been merged into this issue.

Original comment by manuel.carrasco.m on 5 Jul 2011 at 11:55

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r926.

Original comment by manuel.carrasco.m on 5 Jul 2011 at 12:11