Last post Feb 21, 2011 01:18 AM by Rakeshkr
None
0 Points
3 Posts
Feb 21, 2011 12:20 AM|nileshvora|LINK
how to store & retrieve image in asp.net with oracle database.
Star
8798 Points
2516 Posts
Feb 21, 2011 12:57 AM|stanly|LINK
http://www.codeproject.com/KB/database/Blobfield.aspx
Member
740 Points
237 Posts
Feb 21, 2011 01:18 AM|Rakeshkr|LINK
<div style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; width: 100%; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; margin: 8px;">
Hi,
there are two ways to do.
1. upload the image into server and save location into database and u can retrieve from the same location
2. read the image in to byte array and save in to database(blob daa type). and retrieve from database into byte array and convert to image format
http://www.dotnetcurry.com/ShowArticle.aspx?ID=129
None
0 Points
3 Posts
about store & retrieve image
Feb 21, 2011 12:20 AM|nileshvora|LINK
how to store & retrieve image in asp.net with oracle database.
Star
8798 Points
2516 Posts
Re: about store & retrieve image
Feb 21, 2011 12:57 AM|stanly|LINK
http://www.codeproject.com/KB/database/Blobfield.aspx
weblogs.asp.net/stanly
Member
740 Points
237 Posts
Re: about store & retrieve image
Feb 21, 2011 01:18 AM|Rakeshkr|LINK
<div style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; width: 100%; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; margin: 8px;">
Hi,
there are two ways to do.
1. upload the image into server and save location into database and u can retrieve from the same location
2. read the image in to byte array and save in to database(blob daa type). and retrieve from database into byte array and convert to image format
http://www.dotnetcurry.com/ShowArticle.aspx?ID=129
</div>---------------------------------------
Mark as Answer, if it answers you