danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 384 forks source link

Documentation error - extFilter setting #29

Closed benbroadley88 closed 8 years ago

benbroadley88 commented 9 years ago

It appears that there's a small mistake in your documentation relating to the format of file extension lists. Your documentation states:

"Extension(s) comma separted for pre-submit validation."

but your script actually requires a list separated by semi-colons not commas.