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.
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)