check file extension

Upload core product.
Post Reply
maarora
Posts: 25
Joined: Wed Apr 23, 2008 7:04 am

check file extension

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: check file extension

Post by support »

Try
<PARAM NAME="whitelist" VALUE="*.wmv">
See documentation to learn more about this parameter.

Post Reply