You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/12/14 10:46:00 UTC

DO NOT REPLY [Bug 5427] New: - File Uploads with MultipartRequest

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5427>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5427

File Uploads with MultipartRequest

           Summary: File Uploads with MultipartRequest
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: AJP Connector
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: torsten@isa.net.au


Hi,
I've been trying to use com.oreilly.servlet.MultipartRequest to upload files to
my server running tomcat 4.0.1 as servlet container hooked up to apache.
Everything works fine for text files (.html, .xml...) but uploading binary files
(.jpg, .gif) causes some problems. The files upload but there are always some
bytes missing at the end of the file, which makes them useless.
I checked for bug reports but I could only find bugs registered for older tomcat
versions (I think it was 3.1).
I'm now using jserv on the same machine, running the same code to handle the
file upload part and everything works fine.
Cheers, Torsten

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>