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

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

2005-04-15 Thread Gareth Williams
Hi, I am attempting to add file uploading to an app running under Jboss 3.2.6 + Tomcat 5.0.28. Started off using com.oreilly.servlet.MultipartRequest, and found problems uploading large 8KB files Decided to investigate by writing my own class that does nothing except read any available bytes