Explanation
Hello everyone, I'm uploading an image with JavaScript , using the following code:
$('#image-background').on("change", function(e) {
var arq = URL.createObjectURL(e.target.files[0]);
$("#mp-image-bg").attr("src", arq).c...
asked by
02.05.2015 / 18:34