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