JeremyFagis / dropify

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

Append Element #34

Open traeH-Heart opened 8 years ago

traeH-Heart commented 8 years ago

please help

default input element working <input type="file" class="form-control dropify" data-height="300" name="attribute[0].image" placeholder="Image" />

when user click add button this input element will append , the problem is dropify image is not working here append element Image not working <input type="file" class="form-control dropify" data-height="300" name="image" placeholder="Image" />