correccion

parent 4e7ee107
......@@ -143,7 +143,7 @@
$('#imagenUsuario').attr('src', e.target.result);
$('#imagen_carga').attr('src', e.target.result);
//generateUrlBackground(e.target.result, "data");
upload.doPreUpload();//por ahora asi
//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