Skip to content

Instantly share code, notes, and snippets.

@marke123
marke123 / js.multifileselector.js
Last active July 10, 2020 00:36
js.multifileselector.js - intercepts HTML file inputbrowse clicks and inserts formatted file name display
/**
* 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
*