Hello all. I have a situation with a input file type. I cannot set the .value due to security reasons and I cannot set focus to the control then do a document.execCommand("paste"); (to paste from the clipboard) because of the same reason, these two methods work fine with regular input text types. I would like to know if there is a way that I could either emulate a ctrl+V keypress as a function or maybee control the actual browser menu so that I may paste the clipboard contents...
Thank you
Thank you