Reputation: 5166
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.
Upvotes: 1
Views: 196
Reputation: 7169
var uploader = new Swiff.Uploader({fileListMax: 4});
Upvotes: 0