UNPKG

jquery.filer

Version:

jQuery.filer - Simple HTML5 file uploader, a plugin tool for jQuery which change completely file input and make it with multiple file selection, drag&drop support, different validations, thumbnails, icons, instant upload, print-screen upload and many othe

10 lines (7 loc) 130 B
$(document).ready(function(){ $('#filer_input').filer({ showThumbs: true, addMore: true, allowDuplicates: false }); });