Skip to content

Commit

Permalink
Web: files: Fixed upload method.
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaLopaeva committed Feb 7, 2022
1 parent a3ffead commit b47e1f0
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,7 @@ class RestoreBackup extends React.Component {
method: "post",
url: `/backupFileUpload.ashx`,
responseType: "text",
data: {
backupStorageSelector: "4",
autoBackupSwitch: "1",
autoBackupSettingsStorageSelector: "0",
restoreStorageVariants: "3",
files: selectedFile,
},
data: selectedFile,
});
console.error("data", data);
}
Expand Down

0 comments on commit b47e1f0

Please sign in to comment.