You cannot do this.
You can easily get the file path as follows:
$(document).on('paste',function(e){
var path = e.originalEvent.clipboardData.getData("text");
});
So, you can show it to the user.
But you cannot change your meaning <input type=file>.
: , script , , ( , )? , " ".