hai
    without using the MultipartRequest class by jason hunter is there any
other way
> -----Original Message-----
> From: Vyacheslav Pedak [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, April 19, 2000 12:42 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: fileupload using rfc 1867
>
> See RFC 1867 and see sources of MultipartRequest class
> writen by Jason Hunter
> http://www.servlets.com/resources/com.oreilly.servlet/
>
> Vyacheslav Pedak
>
> ----- Original Message -----
> From: maheshnair <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 19, 2000 12:36 PM
> Subject: fileupload using rfc 1867
>
>
> > 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
> >
>
> __________________________________________________________________________
> _
> 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

___________________________________________________________________________
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

Reply via email to