ISSUE-203

This commit is contained in:
Andrea Spacca
2019-03-30 13:02:25 +01:00
parent 2ca46c20e7
commit 576e7500dc
4 changed files with 60 additions and 60 deletions

View File

@@ -75,7 +75,7 @@ $(document).ready(function() {
queue.push(xhr);
// start upload
xhr.open("PUT", '/' + file.name, true);
xhr.open("PUT", './' + file.name, true);
xhr.send(file);
};