Page 1 of 1

check file extension

Posted: Wed Apr 06, 2011 5:02 am
by maarora
Hi,

I would like to allow only .wmv and .avi files to be uploaded to jfileupload tool. How can I do that before submitting the form.

Regards,
Manish

Re: check file extension

Posted: Tue Apr 12, 2011 6:39 pm
by support
Try
<PARAM NAME="whitelist" VALUE="*.wmv">
See documentation to learn more about this parameter.