Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have an image. I wanted to Browse that image file and save it to Oracle DB on Save button click. And in Open button click I want to retrieve the same and display it in the web Page.
Could any one please help me in this.

Thanks & Regards,
Mathi.
Posted

Hello,
Check for
http://www.club-oracle.com/forums/insert-images-into-oracle-database-t664/[^]

But personally i suggest not to save image in DB. Some time back table size get increase
& take huge time, i faced the same.

Better store file in server & store path only in Table & display image from that location.
 
Share this answer
 
Comments
Mathi2code 31-Mar-14 6:27am    
Thanks for the suggestion Mukesh. Will think about this, but the link which you pinged has solution only for inserting BLOB to DB. But there is another part which is Reading the BLOB from DB and displaying it in the UI using C# code. Could you please help me on this.

Regards,
Mathi.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900