Hi,
sorry for the delay.
glassfish_at_javadesktop.org wrote:
> We've let users upload MP3s to private lockers on our site. In testing with limited concurrent uploads, we never had a problem, but when we opened it up to everybody all of the uploads started failing with "stream ended unexpectedly" errors.
>
> Is there any glassfish config we'd need to change to be able to accept many concurrent file uploads of 3-15MB?
> [Message sent by forum member 'rwillie6' (rwillie6)]
Can you add in domain.xml, under http-listener
<property name="disableUploadTimeout" value="true">
to see if that fix your issue?
A+
--Jeanfrancois
>
> http://forums.java.net/jive/thread.jspa?messageID=357939
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>