{{if $quota.warning}}{{$quota.warning}} {{/if}}{{$quota.desc}}
{{/if}}
-
diff --git a/view/js/mod_cloud.js b/view/js/mod_cloud.js index 8f08c7fe9..71e916446 100644 --- a/view/js/mod_cloud.js +++ b/view/js/mod_cloud.js @@ -90,9 +90,9 @@ function DragDropUploadFile(file, idx) { } }); // POST to the entire cloud path - xhr.open('post', 'file_upload', true); + xhr.open('post', window.location.pathname, true); var data = new FormData(document.getElementById("ajax-upload-files")); - data.append('userfile', file); + data.append('file', file); xhr.send(data); } diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 913522c87..fba457fdc 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -2,37 +2,25 @@