Can I store the ._file as a blob in a SQL database and then retrieve and convert it back into a file? #1021
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have used ng2-file-upload to upload images and then stored the item?._file as a blob in an SQL database, I was wondering how I might be able to retrieve it and convert it back into a file that can be downloaded or previewed.
yes I have this working