SyntaxFix
Write A Post
Hire A Developer
Questions
Did you mean this?
$('#i_file').change( function(event) { var tmppath = URL.createObjectURL(event.target.files[0]); $("img").fadeIn("fast").attr('src',tmppath); });