I ran into entity is too large when receive a large file upload. Where can I modify the limit for file size?
@doglooksgood It will depend on which web server you are using. Some of them have JVM options you can set at start up, some have configuration files.
(and how big is the file you are uploading??)
@seancorfield Okay, I'm using the old jetty adapter, I did not notice it could be a JVM option. Support uploading for about 10mb.
@doglooksgood I haven't tried this but... https://www.eclipse.org/jetty/documentation/current/setting-form-size.html#_for_all_apps_in_the_jvm
(that said, we upload 10MB files with the default Jetty settings with no problems -- using the latest Ring/Jetty versions)
okay, thanks!