JeremyFagis / dropify

Override your input files with style — Demo here : http://jeremyfagis.github.io/dropify
MIT License
973 stars 399 forks source link

dropify-preview #21

Open polikin opened 8 years ago

polikin commented 8 years ago

For unknow reason, dropify-preview doesn't work.

http://recordit.co/zvwSwolQzd

my code (Browserify):

let Dropify = require('dropify');

new Dropify($('.dropify'), {
     messages : {
            'default': 'test'
      }
 });

<input type="file" class="dropify" value="" />

ms08-067 commented 6 years ago

me too. I have many file upload in a form but just first input file can show preview. I have check but not have element same ID.

amirgee007 commented 5 years ago

still not solved???