I have a simple form with input
It works nice but I also want to add file to be uploaded by copying it and paste into browser using CTRL+V. How to do it?
Regards
I have a simple form with input
It works nice but I also want to add file to be uploaded by copying it and paste into browser using CTRL+V. How to do it?
Regards
You cannot directly access the file system unless the user specify the file explicitly. Copy and paste doesn't fall in to this category.
You can use latest html5 drag and drop and create a drop zone to upload files.
Please see this answer for other external options.