parsers.MultipartFormData.maxLength=5000000K
RequestBody body = request().body();
MultipartFormData formBody = body.asMultipartFormData();
--
You received this message because you are subscribed to a topic in the Google Groups "play-framework" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/play-framework/qqHT5n1rLkk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Yes I think Flash is your best option when trying to do that type of file transfer. Just keep in mind that if you plan on providing a mobile version of your site, that the flash component is not guaranteed to work.
--
I guess you can try JS upload libraries based on Flash, not normal form multipart/form-data.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.