Hi All ,

In my jsp page , I would like to let the user upload
the an image to the database.

For this I have :

<input type="file" name="UpImage">
This statement gives the user a browse button to
select the image from his hard drive.



Now when the form is submitted , how do I process this
and get the image from the file path the user has
entered , convert to a blob data type and then fire an
insert statement.


Thanks for helping me
Vivek





__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to