Hello, I would like to know how to get the path of an image contained in the value of an input of type file. I'm using the following code:
$(document).on("change",'#Upload',function(){
var valor=$(this).attr('value');
var ex...
asked by
07.04.2014 / 18:08