I am creating a web app that allows users to uploads videos. With how the web app works most users will be uploading a 1-2min video per month. The problem I'm running into is the time it takes to upload videos when a user is on 4G with poor signal. Is their a way to compress the video on flutterflow like you can with photos?
I've thought about doing browser-based processing and then cut down on upload time but i didn't know if that was possible on flutterflow or would even save me time.