Re: [Echo-list] Uploading large files - out of memory (fwd)
Brought to you by:
tliebeck
From: Georg S. <geo...@we...> - 2003-12-04 11:58:55
|
Hi, its a problem of Echo-FileUploadLib. Because the content of the uploaded file is completely stored in a ByteArray inside the FileUpload-Component before you can access it. A simple patch would be to use a gzipped-byte-array and a bigger patch would be to exchange the upload-lib with e.g. apache-common-fileupload. Georg Am Don, 2003-12-04 um 12.24 schrieb Felix Sima: > Hello. > > I forgot to mention that I use tomcat as JSP/Servlet container. > In tomcat-dev mailing list I have found the following hint on this > problem : > > > > Please followup to tomcat user. > > > > 1) Make sure that the app is using ServletRequest.getInputStream() > > 2) See the spec: 'SRV.4.1.1 When Parameters Are Available' > > > > Hope it helps. > > Felix > > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN's Audience Survey. > Help shape OSDN's sites and tell us what you think. Take this > five minute survey and you could win a $250 Gift Certificate. > http://www.wrgsurveys.com/2003/osdntech03.php?site=8 > _______________________________________________ > Echo-list mailing list > Ech...@li... > https://lists.sourceforge.net/lists/listinfo/echo-list |