I have this line on Jquery file upload:
'accept_file_types' => '/.+$/i',
how to I modify that so it accepts all file types except PHP and Javascript files?
I have this line on Jquery file upload:
'accept_file_types' => '/.+$/i',
how to I modify that so it accepts all file types except PHP and Javascript files?