I am using the JQuery File Upload plugin.
I want to upload only files with the extensions like .doc, .docx, .pdf. So can someone tell me how to allow the plugin only to upload .doc, .docx, .pdf files. Any help and suggestions will be really appreciable. Thanks
You can try to use acceptFileTypes option like,
var acceptFileTypes =/^application\/(pdf|msword)$|^doc$|^docx$/i;
Read more about options
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With