Can't paste a snipped image
See original GitHub issueHi,
We are currently implementing your library in our application and we noticed that it was possible to copy/paste an image from Windows snipping tool to the browser, except IE 11.
Is it a bug or is something not supported by uppy/ie and is there a fix, a workaround or a plan to support it?
How to reproduce
- Snip an image using Windows snipped tool
- Paste it on the uppy component
Expected behaviour
The snipped image is accepted by the component.
Additional information
It was tested based the examples provided on your website and in a create-react-app
example.
Environment | Version |
---|---|
Windows | 10 |
Browser | IE 11.523.17134.0 |
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (4 by maintainers)
Top Results From Across the Web
Can't save or paste an image with the new Snip & Sketch tool
The shortcut key to save the snip is 'Ctrl + S' from the keyboard. You can also 'Copy' the image to the clipboard...
Read more >Windows+Shift+S cannot paste image, have to open snip ...
1 Answer 1 · go to settings -> apps -> apps & features · click on snip & Sketch · click advanced options...
Read more >Snipping Tool does not copy to clipboard [Guaranteed Fix]
Launch the Snipping app and click on Tools. · Click on Options. · Check the Always copy snips to the clipboard option. ·...
Read more >HELP!! : Xmind 8 Pro - cannot PASTE the image from clipboard
I use a Pro Version of Xmind8 in the notebook. Commonly, I snip the pictures using Snipping Tool and then COPY and PASTE...
Read more >Solved: Copy/Paste Image - Canvas Community
Unfortunately, unless the image has already been added to your course via Files or the Content Selector, you can't copy and paste images...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Not unless you trigger the paste event on the Dashboard element — there’s no public API for it. But it’s under consideration.
@arturi good point - an option so it’s not default makes sense to me.
A use case I’m currently solving for that brought me here yesterday is pasting into a normal textarea with markdown capability. Since we use Uppy, ideally we trigger Uppys paste upload capability, but I haven’t gotten far yet on how to trigger that without the drop zone visible. Any thoughts whether this is remotely possible? (Think GitHub issues and how you can paste screenshots right here.)
Thanks!