danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

IE11 Copy/Paste Image #2081

Open tekagesolutions opened 6 years ago

tekagesolutions commented 6 years ago

I have a customer who does not like the click...select image, or the drag and drop image capabilities when using IE11. They want the copy/paste functionality.

On the demo page of this module, I tested it in IE11 and the copy/paste doesn't even work on that. So I'm assuming this is not supported by IE11 at all?

tekagesolutions commented 6 years ago

Just as a clarification....my customer wants to be able to copy/paste an image file located in File Explorer, alt+tab back to the IE11 web app and then click in the file area and press CTRL+V.