I need this because I am using AJAX to transfer a file, hence I get an image file in a base64 encoded string. I would like to convert this nicely to the FileStorage object so I can use flask-uploads library nicely. Any idea how I can do this? Thanks!
Share
1 Answer