commands write with the same switch
This commit is contained in:
@@ -59,6 +59,7 @@ function UploadFile(file,file_no,files_total) {
|
||||
xhr.setRequestHeader("X-FILENAME", file.name);
|
||||
var formData = new FormData();
|
||||
formData.append('name', document.getElementById("list_upload_name").value);
|
||||
formData.append('from_gui', 'true');
|
||||
formData.append('file', file);
|
||||
xhr.send(formData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user