Could anyone help me to add AWS storage functionality where users can upload files and are not limited by 50mb as currently done in Bubble?
I understand that AWS allows for uploading up to 2gb (or even 5gb) in one go.
I understand (apologies if wrong terminology is used) this can be done wit HTML/Javascript code (possibility is indicated here: https://stackoverflow.com/questions/39017087/hlow-to-implement-dropzone-js-to-upload-file-into-amazon-s3-server/40828683#40828683) that I could embed into my app that will allow my users to drop files up to 2-5gb in one go, and in turn return a S3 link to the uploaded files.
I would greatly appreciate any help. Happy to pay for a solution too.