dropify icon indicating copy to clipboard operation
dropify copied to clipboard

dropify-preview

Open polikin opened this issue 8 years ago • 2 comments

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="" />

polikin avatar Jan 19 '16 21:01 polikin

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.

ms08-067 avatar Dec 21 '17 03:12 ms08-067

still not solved???

amirgee007 avatar Jan 17 '19 18:01 amirgee007