On Nov 4, 2015, at 4:36 AM, Heiko Braun <hbraun@redhat.com> wrote:

GWT boils down to plain web technologies.  And no, AFAIKT there is no way to  check the size of an uploaded file across web browsers. Most browsers do however have an implicit limitation on the file size, which for majority is about 2 GB.

You can now that we have switched to XHR to do the upload. The File object returned from a file list has a size property that you can use.

So you could in theory check that there is available space before posting, however, since as Stuart mentions, browsers set a content length, the server knows it anyway so it's less racy checking at the server level, if one was to check.



On 04 Nov 2015, at 10:11, Darran Lofthouse <darran.lofthouse@jboss.com> wrote:

From within GWT is there any option to detect the file size before 
uploading?

_______________________________________________
wildfly-dev mailing list
wildfly-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/wildfly-dev