X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=filex%2Ftemplates%2Ffilex%2Fupload.js.html;h=e39971758d5023e60d7ba04c92dd3a4014810fea;hb=edd1abec6c3948dd007a7a7d75ddcc28e9197e41;hp=9e661d0aa747028daeffd4ed12dc4f461813422c;hpb=8fa091024d4e474722fd81df48852625f926aa86;p=qcg-portal.git diff --git a/filex/templates/filex/upload.js.html b/filex/templates/filex/upload.js.html index 9e661d0..e399717 100644 --- a/filex/templates/filex/upload.js.html +++ b/filex/templates/filex/upload.js.html @@ -65,7 +65,7 @@ data.context.find('.progress-info').text('Pominięto'); } - $.getJSON('{% url 'filex:info' %}', {host: host, path: path + file.name}, function(response) { + $.getJSON('{% url 'filex:info' %}', {host: host, path: path + '/' + file.name}, function(response) { if (applyToAll != undefined) { finish(applyToAll); return;