HI Siva
You raise two issues here.
1) How to upload files in servlets
2) How to store images on your system.
Jason Hunter's book has a MultipartRequest class you can use, seach
www.oreilly for it since it can handle your users uploaded via a web page.
Storing images on your system, depends on whether you want to store the
images in image format and then have a pointer in your database to the
file (I prefer it this way personally) or you can store the files in BLOB
format. TO store in BLOB format you need to first see if your database
supports BLOBs and go from there.
hth
Chris
On Tue, 13 Jun 2000 02:06:42 +0530, Siva Sankara Reddy wrote:
>Hi,
>
>I have to download a image file provided by user to my Databae server ..
>so that i can show his image on my website.
>Can anybody tell me the How can i do this??????/
>
>
>Regards,
>Sankar
>
>___________________________________________________________________________
>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