Hello Elliot
I'm using the file upload field. Is it possible to allow only a predefined list of file extensions to be uploaded?
Thanks
Hello Elliot
I'm using the file upload field. Is it possible to allow only a predefined list of file extensions to be uploaded?
Thanks
Hi @RRikesh
Currently, no. However, the file field uses the native WP uploader. Perhaps you can find a plugin to restrict file types for the WP uploader?
I managed a way to filter the file type on upload.
I used the answer from that question:
http://wordpress.stackexchange.com/q/8107/17305
You must log in to post.