I was assigned the task: using Ctrl - V to insert a picture on the site and then save it.
How can I do that?
What type of input `at the same time to use?
I was assigned the task: using Ctrl - V to insert a picture on the site and then save it.
How can I do that?
What type of input `at the same time to use?
Unfortunately, fully and cross-browser - no way. Cross-browser in known solutions of this problem was partially solved by Flash technology. Examine methods and see support for working with window.clipboardData here
I recommend you use the functions dragAndDrop
Source: https://ru.stackoverflow.com/questions/470327/
All Articles