hai
i am making a file upload servlet using RFC 1867 where i don't want to
use 3rd party packages.how to get the headers,footer length and other
information of the file which i am uploading..i am using a html file and
passing the file parameter to the servlet
the source code for the html will be
<FORM METHOD=POST ENCTYPE=multipart/form-data
ACTION="/servlet/uploadServlet">
<INPUT TYPE=file SIZE=30 NAME="upload">
<INPUT TYPE=reset VALUE="Clear the field">
<br>
<INPUT TYPE=submit VALUE="Upload">
then i am gettting the name parameter in the servlet and then i want to
parse the file .How to go about it?
___________________________________________________________________________
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