Replies: 1 comment
-
I can’t really find the best fit for this, so I just created a custom rule to handle it. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Package
Form builder
Package Version
v3.3
How can we help you?
I’m trying to restrict uploads so only .usdz files are accepted. Currently my setup works, but it also allows .usdc files to be uploaded, which I don’t want.
Here’s my code:
The question: What’s the best file type / MIME type combination to ensure only .usdz files are allowed?
Beta Was this translation helpful? Give feedback.
All reactions