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

I would like to use a fullscreen drop overlay. Therefor I created a dropzone and added style. However it is not possible anymore to click underlaying elements. `$event.stopPropagation` should not...

The file dropper fails to handle the file drop event when the content has a border in it. This bug seem to only happen on Chrome. **Example:** ![](https://github.com/jeroen1602/AngularFileDropBorderBug/raw/master/exmaple.gif) **Example code:**...

As soon as a file is dropped (or selected via the file selector), ApplicationRef.isStable is always false. I'm guessing it has something to do with the timer you are using:...

Wanted the file drop functionality but without any of the styling. For me, it was a lot easier to work with file drop as a directive, that was I can...

Uploading an Apple Pages file results in a file that has an empty content type. Content type of file according to `file --mime-type -b` command is `application/zip`.

When using drag and drop on a .rtf file with content type "text/rtf", the content type is changed to "application/rtf". Uploading the same file using file selector does not exhibit...

As soon as my angular app gets hydrated, my ng-content inside the ngxFileDrop disappears without any noticeable reason. This is my implementation: ``` ``` Using ngxFileDrop 16.0.0 and Angular 17.14...

Hey guys! Maybe we can add support of 'webkitRelativePath' here ? It would be really helpful, because will give consistent behaviour for dragNdrop and just browser folder selection (using 'directory'...

In Chrome the same dropped file occasionally represented as DataTransferItem or normal File. Control is instable. Demo also does not work stable. https://georgipeltekov.github.io/ No API available to handle this issue....

Chorme and Chromium Version around 107.0.5304.87 (Official Build) (64-bit), with Ubuntu 22.04 x64, The drag drop would sometimes gets an empty file entry, and break the UI response, then drag...