Open munirkamal opened 4 years ago
@andyluak - take a look at this: https://ps.w.org/file-upload-types/assets/screenshot-1.png?rev=2243278
free plugin: https://wordpress.org/plugins/file-upload-types/
We could create a free extension that simply adds more file types to be enabled
Here is a users feedback from Wp support froum.
Thel format limitation in place is necessary for a user to avoid possible spam and malicious files injection. So we must keep the limitation but can improve it.
Now, I think there may be two options to implement.
1) Enable the format control to accept any format which a user can define. So a user can put sny extension there like .pdfa, .zip, .rar, .xlsx, .ai, .psd, .bmp, .tiff, .xml, etc...
2) We may add an option to completely disable the format filter, in that case, any file format can be submitted via that file upload field.
Or maybe we implement both of the suggestions.