How to limit multiple file select in fancyupload?

203 Views Asked by At

I am trying to limit file upload for fancyupload.
When a user select to upload photo and the dialogue box appears. The user can select only four photos.

1

There are 1 best solutions below

0
On

Check fileListMax option

var uploader = new Swiff.Uploader({fileListMax: 4});