validate user data in gridftp
[qcg-portal.git] / filex / templates / filex / upload.js.html
index 9e661d0..e399717 100644 (file)
@@ -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;