How to store Images/files to external Database using FileDropper, Any Suggestions Please??

0
Hi Guys, Currently uploaded images are stored differently, for example images uploaded using Run locally option is not available  in Azure deployment and vice versa. What are the options available to make images/files available in all environments ? if at all I want to store images/files in database , how can I do? Thank you in advance.   Thank you.        
asked
1 answers
1

As the files are stored on the file system and not in the database the different environments will not contain the same files and images.

Restoring a backup options are explained here: https://docs.mendix.com/developerportal/operate/restore-backup

This will allow for restoring the database as well as the files.

answered