Closed GoogleCodeExporter closed 9 years ago
You have to do:
1.- Configure gwtupload to accept files greater than 30Mb
<context-param>
<param-name>maxSize</param-name>
<param-value>31457280</param-value>
</context-param>
2.- Be sure that your ddbb supports storing large files
3.- If you have a webserver in front of your servlet container, you have to
configure large requests.
Original comment by manuel.carrasco.m
on 23 May 2012 at 3:57
Original issue reported on code.google.com by
kiranadn...@gmail.com
on 29 Mar 2012 at 1:06