Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
794 views

angular 2 file upload using form data

I want to implement a file upload feature in my angular2 project. I want to restrict user to upload only files of certain type: .pdf, .doc and .docx. The following is my code for fileChange: ...
lakhan khandelwal's user avatar
1 vote
2 answers
1k views

angular-file-upload temporarily disabling drag and drop

I am using angular-file-upload (https://github.com/nervgh/angular-file-upload) I would like to disable the drag and drop functionality once the upload process has begun so that more files cannot be ...
Michael's user avatar
  • 406
0 votes
3 answers
1k views

Triggering click event on an element not working in IE8

I am making an angular app but I have found an instance where I need to use jQuery. I need to click a button which raises a click event on another hidden button. I know this seems odd but I need this ...
BobDoleForPresident's user avatar
0 votes
1 answer
385 views

angular-upload, new method parameter dissapears

Hey I'm trying to do an extension to https://github.com/leon/angular-upload I need to do some client side validation before uploading (a preliminary check on the file so that I can make sure a size + ...
Anders Metnik's user avatar