This has been mentioned in the past but chapter 4 in
Jason Hunter's Servlet Programming book covers this in
great detail, plus he includes a handy package which
parses multipart requests and makes life easier if you
want to do file uploads (which I'm guessing you may
want to do.)  http://www.servlets.com has a download
for the package.

Jane

--- Vikas Gupta <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a HTML file in which I am using following tag
> <input type=file name=filename value=>
>
> In the browser user can select the file by clicking
> on the browse button.
>
> Now when user submit this information I want to read
> the content of the
> files. What are the possibles way to it.
>
> Thanks
>
> Vikas
>
>
___________________________________________________________________________
> 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


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

___________________________________________________________________________
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