File storage in mendix cloud

0
Hi All, Can we store pdfs, videos in the cloud storage of an mendix application?? if yes,  I have an application in which i need to upload pdfs and videos from the mendix app and it should be stored in the cloud storage of that application, then  i need to retrieve and display them in the browser. Kindly provide me step by step procedure for it.  
asked
1 answers
2

If you are using the Mendix Cloud for your application, then files are already stored in Amazon S3 by default. Just use FileDocuments as you would locally.
https://www.mendix.com/evaluation-guide/app-lifecycle/mendix-cloud-overview/

If you want a bit more control, then there is the Amazon S3 Connector in the Mendix Marketplace.
https://docs.mendix.com/appstore/connectors/aws/aws-s3-connector/

I hope this helps.
 

answered