I want to create a file uploader where people can only upload ONLY .mp4 files.
In the File Uploader element I cannot see any restriction option.
Is there any plugin that can help me restrict types of file that people upload?
Thanks
I want to create a file uploader where people can only upload ONLY .mp4 files.
In the File Uploader element I cannot see any restriction option.
Is there any plugin that can help me restrict types of file that people upload?
Thanks
Note, however, that Upload Buddy has a 50MB upload limit (actually, it’s an internal limit with the Bubble API being used). I can imagine a lot of MP4 files will exceed that size.
thanks
Haven’t tried this workaround, but may be you can use regex to check if the extension of uploaded file is .mp4
If not - delete the file via WF.
This topic was automatically closed after 70 days. New replies are no longer allowed.