Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filepicker.io - Limit number of files

I'm wondering if Filepicker.io has the ability to limit the number of files a user can pick/upload? Looking through the docs I can only find maxSize which limits the size of the individual files. Is this currently possible? If not, any plans on supporting this in the future? Thanks.

like image 826
Bart Jedrocha Avatar asked Nov 27 '12 14:11

Bart Jedrocha


2 Answers

Filepicker.io doesn't currently support this, but it's a reasonable request, we'll see if we can squeeze it in to our near-term roadmap

like image 183
brettcvz Avatar answered Nov 05 '22 17:11

brettcvz


Maciej Witowski that sounds very awesome thanks. Is it possible to use maxFiles with the Filepicker widget way.

Like data-fp-maxFiles="x"? while still using data-fp-multiple="true"

I couldn't find it in the documentation, and I've tried to test the code. I assume it's a no?

like image 30
Pzoco Avatar answered Nov 05 '22 17:11

Pzoco