View Single Post
Old Jan 30th, 2006, 9:19 AM   #2
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
What u need to do is possibly change the datatype to a binary one and use some code (probably from the internet) to read the image as a binary format and use Response.binarywrite to write it to your database.

Similarly, while retrieve u may use Request.binaryread and some other code to display the image as it should be!
__________________
Visit: http://www.somaiya.edu
java_roshan is offline   Reply With Quote