RE: Can't multipart post large(ish) files via Tomcat 5.0.28

2005-04-19 Thread Gareth Williams
Using commons-fileupload results in the same problem. I looked at the source, and the commons class FileUploadBase gets its input stream from the HttpServletRequest (as you would expect :) and hence I get the same errors/problematic behaviour. Whatever is going wrong would appear to be either

RE: Can't multipart post large(ish) files via Tomcat 5.0.28

2005-04-19 Thread Derrick Koes
a working directory that needs to match as well. H. -Original Message- From: Gareth Williams [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 7:31 AM To: Tomcat Users List Subject: RE: Can't multipart post large(ish) files via Tomcat 5.0.28 Using commons-fileupload results

RE: Can't multipart post large(ish) files via Tomcat 5.0.28

2005-04-19 Thread Pawson, David
); which enables the use of a write to disk when big facility. HTH DaveP. -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: 19 April 2005 13:43 To: Tomcat Users List Subject: RE: Can't multipart post large(ish) files via Tomcat 5.0.28

RE: Can't multipart post large(ish) files via Tomcat 5.0.28

2005-04-15 Thread Derrick Koes
Commons-fileupload.jar -Original Message- From: Gareth Williams [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 8:42 AM To: tomcat-user@jakarta.apache.org Subject: Can't multipart post large(ish) files via Tomcat 5.0.28 Hi, I am attempting to add file uploading to an app running