Top "Ng2-file-upload" questions

Easy to use Angular2 directives for files.

Angular 2: Can't bind to 'uploader' since it isn't a known property of 'input'

Im trying to integrate ng2-file-upload module into my application. And im getting this template error: Can't bind to 'uploader' …

angular ng2-file-upload
Read excel file in angular 2

I am using ng2-File-upload,i want to read the excel file and all its rows and get the total …

javascript angular typescript ng2-file-upload
How to return response with ng2-file-upload

I am using ng2-file-upload in angular 4. Is there any way to return custom data from server? How would we …

angular ng2-file-upload
How to set image upload size limit (for example 2mb maximum) in Angular

we are trying to set a limit on the size of the image like maximum it should be 2mb. We …

angular typescript angular6 ng2-file-upload
angular ng2 file upload issue

I am trying to upload different documents. But the problem comes when i choose a file 2nd time it gets …

angular angular5 multer ng2-file-upload
Unexpected token. A constructor, method, accessor, or property was expected in Typescrcipt

I am trying to Callback after item.upload() using ng2-file-upload in angular 4 but i am getting an error as …

angular typescript ng2-file-upload