Parchuri, Chad writes:

What is the error you are getting.
Tracing the execution of the jsp I found that after the call to parseRequest method of the DiskFileUpload class, the file is uploaded with a name like "uploadxxxx.tmp", as I said, and this resulting copy in the server is a little bigger then the original one. But in addition to that, the Iterator of the List object returned by parseRequest is empty (the xxxxx.iterator().hasNext() returns a false). So I think that the problem is in the parseRequest method. At this moment I'm reading the source code of that method, to see if I can find the problem.
Any help will be usefull.


Thanks


-----Original Message-----
From: Martin Marchetta [mailto:[EMAIL PROTECTED]
Sent: Friday, February 13, 2004 10:41 AM
To: [EMAIL PROTECTED]
Subject: Problem uploading big files



Hi!. I am running a site over Win2k/Tomcat 4.0.6/jdk 1.4.1, and I need to do


an upload via Http.
I have made a jsp for this task, that uses jakarta common library 1.0 (FileUpload), and it works fine with small files, but when I try to upload big ones (big = 2 MB or more) it doesn't work, but it stores a file in the server that has almost the same size of the original, with a name like "upload_00000004.tmp".
Do I need to do something special with this big files? I do a upload.setMaxSize(-1), so the size limit of the library must not be the problem.
Any ideas about it?


Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




************************************************************************** This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender; do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited. Thank you for your compliance.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to