We need to call a image file upload after paste a image. I need a solution for below issue. After pasted a image in particular div, how can we get pasted image as file object?.
i am using jquery.filedrop.js to done the "drag and drop" and browse button image file upload. but i can not able to do the ctrl v image file upload.
After drag and drop the image, we can get dropped image as file using the fllowing code "files = e.dataTransfer.files;".
But in paste (ctrl + v), we can not able to get in this way.
please suggest us how can we proceed for paste(ctrl + v) file uploader.
We use the jquery.filedrop.js from the following link: