This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* jquery.multifileselector.js | |
* | |
* Original code by Rocky Meza | |
* Portions are Copyright (c) 2013, Fusionbox, Inc. | |
* | |
* Updated and modified code by M.E. | |
* | |
* This jQuery file picker plugin allows choosing multiple files, via <input type="file" > fields, one at a time, inserting the file names into HTML view | |
* |