How can I make this code work in IE8 and IE9, because it works only in 10
$("#input_file").change( function(event) {
var tmppath = URL.createObjectURL(event.target.files[0]);
$("img").attr('src',tmppath);
});
Method that does not...
asked by
13.01.2015 / 18:36