nervgh / angular-file-upload

[ALMOST NOT MAINTAINED] Angular File Upload is a module for the AngularJS framework
MIT License
3.43k stars 1.13k forks source link

on drag and drop file is being opened #679

Open dnamna opened 8 years ago

dnamna commented 8 years ago

When i try to drag and drop a file in the drop zone,like let's say a pdf.the file is being opened as pdf document. the example is working just fine,however am using the angular-file-upload in my application but it is not working. Is there any thing specific that i need to do ? Thx,

dnamna commented 8 years ago

It is okay I figured it out. I was putting multiple fileuploader "inputs" in my html. I kept only one and it worked.