Closed GoogleCodeExporter closed 9 years ago
This value is in the client part, so it is statically compiled in the
javascript output, there is no way to change it without recompiling again the
application.
The way to change it is just calling a static method of the class:
Uploader.setUploadTimeout(int milliseconds);
Original comment by manuel.carrasco.m
on 9 Nov 2011 at 11:02
I am calling the suggested call, but I still see a failure in 10 seconds:
SingleUploader.setUploadTimeout(120000);
The popup/message is:
Unable to contact with the server:
/QConvergeConsole/com.qlogic.qms.hba.gwt.Main/QlogicUploadServlet. A request
timeout has expired after 10000 ms.
Original comment by rhicks...@gmail.com
on 10 Nov 2011 at 9:21
Original issue reported on code.google.com by
rhicks...@gmail.com
on 22 Oct 2011 at 5:47