Prueba de logs

parent 45878158
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
if(imagenTomada == true && imagenSubida == false){ if(imagenTomada == true && imagenSubida == false){
formData.append("upload_file", 0); formData.append("upload_file", 0);
formData.append("imagen", $("#photo").attr('src')); formData.append("imagen", $("#photo").attr('src'));
}else if(imagenSubida == true && imagenTomada == true){ }else if(imagenSubida == true && imagenTomada == false){
formData.append("upload_file", 1); formData.append("upload_file", 1);
} }
......
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