Rogatkin, Dmitry M wrote:
>
> I just was able to upload 10Mb image. It can be some limitation
> in the code you're using, for example Java array can not exceed
> 2147483647 bytes. So, if you code uses memory buffering with only
> one buffer you can meet this limit.
>
> Dmitry.
The com.oreilly.servlet.MultipartRequest class that he says he's using
doesn't have that limitation. It reads 8k at a time, saving the file
to disk as it comes in.
-jh-
--
Jason Hunter
[EMAIL PROTECTED]
Book: http://www.servlets.com/book
2.0 to 2.1: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html
2.1 to 2.2: http://www.javaworld.com/jw-10-1999/jw-10-servletapi.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html