correccion

parent 0f222c11
......@@ -141,9 +141,9 @@
var reader = new FileReader();
reader.onload = function (e) {
$('#imagenUsuario').attr('src', e.target.result);
//$('#imagen_carga').attr('src', e.target.result);
$('#imagen_carga').attr('src', e.target.result);
//generateUrlBackground(e.target.result, "data");
upload.doPreUpload();
//upload.doPreUpload();//por ahora asi
}
reader.readAsDataURL(input.files[0]); // convert to base64 string
//$('#imagenUsuario').show();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment