custom file type filter on form page #470
PedroBuffon
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Right now the only way to allow only a specific file type to be uploaded is to globally block all other file types, but if you want to block let's say PDF for one form and allow other file type on another form, you can't. My use case is we use excel for gym class information of teachers, sometimes they send it in PDF but we have to refuse. so blocking all but excel files on one form is useful.
All reactions