Check out
http://www.servlets.com/resources/com.oreilly.servlet/MultipartRequest.html
or use a search engine to search for "Upload" and "Servlet". The RFC spec
that implements this can be found
at http://www.faqs.org/rfcs/rfc1867.html
jim
Hi Jim,
already played with the Oreilly MultipartRequest class, implements
the multipart/form-data enctype. Also doesn't seem to work with
non text files. File length after upload is always 51 bytes longer than the
original. This could be because readLine() in ServletInputStream no longer
has the bug in it that caused Jason Hunter to code a workaround.
I will have a look at the RFC though.
Many thanks
Andy Bailey
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html