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?