I made a workaround to execute the request. I basically included a TextBox in my web form with the inscription "Insert your information [here]. Using CTRL + V". Then I read the pressKey event with jQuery (reading CTRL + V combination), then I can read the clipboard data in a TextBox.
MiBol source
share