Restricting the file size based upon limit

I have a few file uploaders in my app on bubble but i want to assign a fixed size of file that can be uploaded based on plan and there are three plans. for example, there is a basic plan in which 1 gb of file can be uploaded but that 1 gb of space will be allocated to 11 file uploaders like 1gb of space combined for 11 file uploaders. Can anyone help

You can use a Plugin. Its called 1T-CSV Uploader where the Size of the Uploaded File can be read.

Every time user uploads a file store the file size in the DB. Next time user tries to upload a file compare it’s size with the DB entry and calculate if user has the right plan to upload this new file.

This topic was automatically closed after 70 days. New replies are no longer allowed.