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

Angular components for user file select, drop, and more

Results 10 angular-file issues
Sort by recently updated
recently updated
newest added

If I selected a file and removed it from list by using splice function and try to re-select same file its not working. I also tested it on your live...

bug
enhancement
ready to close

I have the problem that some of my images were somehow damaged during the upload. Not just any pictures, but those taken by a specific camera. It turns out, the...

I identified a problem in the swipe detection that was incorrectly returning 'false' when a swipe is detected and 'true' when it was not. This appears to be the reverse...

i want to play video before uploading it to the server, **ngfBackground** works fine for preview images ,but how about videos?

enhancement
help wanted

Steps to reproduce 1 - Open the demo page 2 - Drag 2 files to "Base Drop Zone" area Expected Behavior: Zone become Red, since it doesn't accept multiple Actual...

enhancement
help wanted

Looking at: https://github.com/AckerApple/angular-file/blob/development/src/file-upload/ngf.directive.ts#L169 It seems like `files` contains the newly added files. Can we emit `files` as an event here so that we can take action on the newly added...

enhancement
help wanted
question

Adjacent uploads with the same name will be processed, but non adjacent uploads will not be processed

Hello, bug: Linux Chrome Version 74.0.3729.157 (Official Build) (64-bit) when add accept: text/plain, text/csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, open system file upload panel, and selected custom file ![image](https://user-images.githubusercontent.com/1015211/58192942-310dd300-7cc2-11e9-9527-a8ecf736a6dd.png) types but i add pipe...

enhancement
help wanted

I think it would be a good idea to make the "selectable" input/prop bindable. I'm making a feature and when there is a loader, I would set "selectable" to false...

enhancement
help wanted

Are there any plans to implement this feature? I didn't see any mention of it in the issues or the documentation. However, in `eventToFiles` I see there's a check for...