How to save file as BLOB using external DB like Oracle?

0
Hi, I would like to ask if there’s a way we could save a file as BLOB when using external DBs like Oracle. I just observed that Mendix is currently saving the file in mendix directory. Also I’ve seen that there’s a CONTENT column available under SYSTEM$FILEDOCUMENT table in mendix but it’s not being used. Is it possible to use that and if yes then how I could leverage that.
asked
1 answers
0

Hi Edward,

 

This documentation should help you out: https://docs.mendix.com/refguide/custom-settings#5-amazon-s3-storage-service-settings

I don’t know if this will help… This is highly discouraged though as backups will not be done for those files stored out of the Mendix storage

answered