Tripat Singh wrote:
>
> Dear All,
>
> Using the Oreilly package to upload the file, can i upload the
> file from the client and store it on server by different
> filename(which i'll supply). If yes , how?

Two ways.

1) Upload the files to a temp dir.  Then review and rename them once the
upload is done.

2) Use the brand new MultipartParser that lets you walk the request step
by step dealing with each part one by one.

-jh-

___________________________________________________________________________
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