correccion

parent 72488b70
......@@ -239,7 +239,7 @@
};
Upload.prototype.doPreUpload = function(){
var that = this;
var url = "{{ path('nutrapharm_upload') }}";
var url = "{{ path('nutrapharm_pre_upload') }}";
var formData = new FormData();
if (imagenTomada == true && imagenSubida == false) {
......
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