ngx-file-drop icon indicating copy to clipboard operation
ngx-file-drop copied to clipboard

Angular 11 file and folder drop library

Results 37 ngx-file-drop issues
Sort by recently updated
recently updated
newest added

When adding extensions such as ".backup.tar" or ".tar.gz", ngx-file-drop does not recognize these as accepted file types. It seems to only recognize simple extensions, such as ".tar" and ".tgz". It...

I've upgraded to Angular v14, and when I start my application, I see the following: ``` ⠙ Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries: - ngx-file-drop [es2015/esm2015]...

Related to https://github.com/georgipeltekov/ngx-file-drop/issues/224 The dropEventTimerSubscription is not unsubscribed after dropped finished. It is still there and fires until the next drop event or the component is destroyed. This has the...

How to use with `async await` to upload images because i want to send params to next image returned from 1st request. `post_id` returned from 1st request should be sent...

After checking my application I faced with this problem: `(onFileDrop)="dropped($event)"` more information about [here](https://cwe.mitre.org/data/definitions/79.html) ``` {{ item.relativePath }} ``` embeds untrusted data in the generated output with `relativePath`. This untrusted...

Just drop 1 file again and again and sometimes i get 1 dropped File and 2 additional DataTransfer Items like this screen. ![image](https://user-images.githubusercontent.com/25415574/68153075-30ea5280-ff45-11e9-95f4-ae0eb048c007.png) Code looks like the example from your...

- In small screen drop zone have proper position. look into below image ![small-screen-drop](https://user-images.githubusercontent.com/68583180/130028281-f356500b-2cae-4787-9021-f538c313bc78.png) - In large screen drop zone misplace look into below 2 images ![large-screen-drop-1](https://user-images.githubusercontent.com/68583180/130028275-13b4df9f-025e-4352-b068-74d9ca473083.png) ![large-screen-drop-2](https://user-images.githubusercontent.com/68583180/130028280-07bdecdb-0326-4d83-a193-29f3eee7ec46.png) Anyone have...

[The example linked from the README file](https://georgipeltekov.github.io/) contains a table. As soon as a file is dropped, lines are added. The _Last Modified Date_ column is presumably supposed to display...

ngx-file-drop: 11.0.2 Used in conjunction with @ngrx/store, @ngrx/effects and @ngrx/entity (10.1.2). Description of the issue: - The onFileDrop emitted event triggers an action that in its turn starts a side...

reproduce: I am using : "ngx-file-drop": "^9.0.1". I found that after I drop one file, change detection run every 200 ms from these lines: this.dropEventTimerSubscription = timer(200, 200) .subscribe(() =>...