How can I save video on mendix cloud storage?

0
We have a requirement where admin will upload the video. We have to render this video to all other users on the web page.  Currently we are using mendix built-in database. How can I achieve this with mendix built-in database? Thanks in advance !!
asked
1 answers
1

You’d need to upload the video as a generalisation of System.FileDocument if you want to store the binary data in your application.

However, Mendix isn’t really suitable for serving videos. A better approach would be to host the video with a dedicated video provider and just store the URL for this video in your application.

Hope this helps.

answered