47
Views
1
Comments
How to upload a video to resource using a upload button.
Application Type
Mobile

I need to upload a video to resource using a upload button. I have kept file upload and upload button in my screen. If I upload a video through file upload and play that video on the screen. 

2021-01-04 08-13-48
Toto
 
MVP

Hi,

You can use forge component https://www.outsystems.com/forge/component-overview/1409/file-transfer-plugin

But remember that video file is usually very large, it not a best case to directly upload to server. For native apps that doing this (example : instagram) they are doing video compression before sending it to the server.

You can do this for example using cordova plugin (https://stackoverflow.com/questions/39532015/compress-video-using-cordova-plugin-media-capture)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.