Can we upload video files to mendix App?

0
Hi, I have Challenge and Submission Entities which have association with File Document to upload supporting files. I am using file manager widget to upload files which works perfectly for uploading mostly files types except videos. How can videos be uploaded in Mendix? Is there any other widget or customization to existing filemanager widget? Any help would be greatly appreciated.
asked
2 answers
1

What error do you receive? Maybe it;s in the file size? Videos can be very large and by default the file manager widget is limited to 5 MB. You can change this yourself. 

Or did you add some “Allowed extensions” which does not include the video extensions?

 

answered
0

In theory you can, but we don't recommend because Mendix doesn't support resumeable streams. So in this case this will not work for Safari (Web and Mobile). We recommend use AWS/S3 in this case.

answered