I am developing a chat application on React JS, and I want an image to be uploaded if I copy paste an image on the chatbox. How do I trigger this?
What I need basically is:
- An event that will be triggered when action "Paste" is performed.
- A way to upload image into a file type input element from the clipboard.