View Single Post
  #2 (permalink)  
Old 07-04-09, 03:05 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 2,838
Thanks: 13
Thanked 11 Times in 10 Posts
Why not use the code that streams the image to the browser (that you must have also written) and modify it to save the stream to a .jpg file?

Quote:
Originally Posted by Deansatch View Post
I wrote a script for a site a few years ago and stupidly made image uploads into blobs in the database. I now want to put them all in an images folder instead as jpegs. The only way I know how to do this is to open each blob in the browser and use "save as".

Is there an easier way to do this?
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data (scroll down)
Reply With Quote