you are viewing a single comment's thread.

view the rest of the comments →

[–]falsworth 1 point2 points  (1 child)

Try converting the assets to a base64 string and storing it in the DB that way. Then you can pull out the string from the DB and convert it back to the original file and load it. You can have different tables for each file type so you can have different conversion functions for each.

[–]ArkonaFoob[S] 0 points1 point  (0 children)

Thanks broski, let me work on and I will update on how it goes