|
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!
|