Hi, I found my multifile upload doesn’t support the “allowed extension”,when I try to upload a .DWG file which is set to permitted in the upload field setting:
WordPress will also prevent uploading certain file types. As well as including the extension in the Gravity Forms upload field allowed list on the field you would need to use the WordPress upload_mimes filter to add support for additional mime types. Example of how to use that: https://paulund.co.uk/change-wordpress-upload-mime-types
Hi Samuel,
Thanks for the tips! It verifies my guess, however many file extensions are not listed in MIME type, so what should I do under this circumstance?
I don’t recommend you to turn off default checkings for the file types, that’s there for reason: protect your site.
Most used file types are already covered by WP defaults, if you need to add a few ones that’s something you will need to do only once, so it’s not a big deal IMHO.