angular-material-fileupload icon indicating copy to clipboard operation
angular-material-fileupload copied to clipboard

A fileupload component based on angular-material design

Results 69 angular-material-fileupload issues
Sort by recently updated
recently updated
newest added

Is there a way to make the upload start automatically as soon as it is added?

It seems that there is no validation support to existing package. Any chance are you going to add?

It would be great to have an ability to pass not only custom HttpParams, but also custom FormData

After updating to Angular 8.0.0 I have the following issue: [1] ERROR in ./node_modules/angular-material-fileupload/matFileUpload.esm.js 15938:26-36 [1] "export 'DOCUMENT' (imported as 'DOCUMENT$1') was not found in '@angular/platform-browser' The reason for this...

Maybe I missed it, but is there a callback function when a file has successfully uploaded?

When i import `MatFileUploadModule` and `npm start` `ERROR in node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'. node_modules/angular-material-fileupload/node_modules/@angular/core/src/render3/ng_dev_mode.d.ts(9,11): error TS2451: Cannot redeclare block-scoped variable 'ngDevMode'.` how can i fix it?

Similar to: https://github.com/angular/angular/issues/20575

How can I get the files selected. I watched exist a EventEmitter called onFileSelected but How can I used to obtain the list of files selected previous upload?