How to save an image( saved as binary in DB) from a picturebox to jpg or any format to be saved on my pc... what the code should be written on the button save?
Asked
Active
Viewed 77 times
1
-
You should be more specific when saying DB. Also, you may want to show some progress you already did. Anyway, this link may help you: http://stackoverflow.com/questions/27846062/convert-blob-to-jpg-and-update-blob – ehh Feb 21 '16 at 11:47
-
[here](http://stackoverflow.com/questions/8946846/converting-a-byte-array-to-png-jpg) is your answer if you want to convert byte array to png... – Mohy66 Feb 21 '16 at 11:50
1 Answers
1
You may check this link: http://www.codeproject.com/Articles/33310/C-Save-and-Load-Image-from-Database
They descried the process. :)

Md. Shohan Hossain
- 120
- 1
- 13