angular-file-uploader icon indicating copy to clipboard operation
angular-file-uploader copied to clipboard

Angular file uploader is an Angular 2/4/5/6/7/8/9/10/11/12/13 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes w...

Results 26 angular-file-uploader issues
Sort by recently updated
recently updated
newest added

Hi all, when the library execute the API, the headers doesn't works. Authorization is null. I'm using Angular 9 this is config I used, ` this.afuConfig = { multiple: this.multiple,...

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.6 to 11.0.5. Changelog Sourced from @​angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...

dependencies

Can you add replaceTexts for invalid format and invalid size messages?

Using "angular-file-uploader": "^7.1.1", on angular core "@angular/core": "10.1.5". Below is my html code: ` (fileSelected)="onSelectFilSecond($event)" ` Point is during file selection, our function is not being triggered. Even if i...

Hi, thanks for your module :). Is there a way to run a function on file submit? (Not on server response)

Hello Faizal. Thank you for the nice package. I upgraded to Angular 13 and also changed the formatAllowed property to be array. Stephane

npm ERR! @angular/common@"~13.2.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/common@"^10.0.5" from [email protected]

Could not resolve dependency: npm ERR! peer @angular/common@"^10.0.5" from [email protected].

Bumps [karma](https://github.com/karma-runner/karma) from 5.0.9 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Hi there, would it be possible raise an @Output event emitter when upload button is clicked and the file upload gets started? I would need this feature in my case...