vendredi 26 février 2016

How do I save base64-encoded image data to a file in a dynamically named subfolder

I have a table containing base64-encoded jpegs as well as some other data. The base64 string is stored in a VARCHAR(MAX) column.

How can I save these images out to actual files inside folders that are dynamically named using other data from the table in a stored procedure?

Aucun commentaire:

Enregistrer un commentaire