AudithSoftworks / Uniform

A jQuery plugin to make your form controls look how you want them to. Now with HTML-5 attributes!
http://opensource.imanov.net/uniform/
MIT License
2.2k stars 336 forks source link

Multiple file selected but only one filename shown #445

Closed ducman closed 7 years ago

ducman commented 7 years ago

UI issue with <input type="file" multiple /> ; occurred after selecting multiple files but only one filename is shown to the user causing them to be confused.

The easy fix is to change setFilename to detect multiple and use $el.files to get a comma delimited list of filenames.

shehi commented 7 years ago

Please kindly provide JSFiddle example (we have starting example in the readme).

ducman commented 7 years ago

Here is a codepen of it here.

Note: the temp fix is just for me to get around the issue right now.