Julie Gautier wrote:
Hello,

I wrote a web application, that works great with a server under Tomcat
6.0.13 and client with Windows XP OS, in which user has to upload (text)
files that are read and exploited.

I tried this application (on a client machine) under Windows 7 and it works
with uploaded files around 5-6 kb but if I try to upload a file around 60
kb, it doesn't work anymore and the "localhost. .log" trace file indicates
the following error :
org.apache.commons.fileupload.FileUploadException: Processing of
multipart/form-data request failed. Read timed out

                at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.jav
a:384)

                at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.jav
a:268)

                at
org.apache.struts.upload.CommonsMultipartRequestHandler.handleRequest(Common
sMultipartRequestHandler.java:193)

...

Just to make sure that we understand this correctly :
The only thing which changes is the client (XP or Windows 7), right ?
Is it the same browser (or other client program) in both cases, and if yes 
which one ?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to