This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes upload image from jsp into oracle database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "upload image from jsp into oracle database" Watch "upload image from jsp into oracle database" New topic
Author

upload image from jsp into oracle database

Mayank Adhikari
Greenhorn

Joined: Nov 17, 2012
Posts: 12
Hi Friends,

Can someone tell me how to upload a image file( in jpg format) into a oracle database using a jsp page.
I want to create a web page(jsp) by which user can select a jpg image file from his desktop and can upload it into the database.

Thanks in Advance
Mayank
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

See the JspFaq for information on file uploading. The database part is not a JSP function, but will be handled via JDBC or an ORM.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: upload image from jsp into oracle database
 
Similar Threads
How to upload an image in a particular directory?
image uploading through jsp
To know about File Upload
Putting an image on JSP
Uploading a Image