Re: [pve-devel] [PATCH v4 manager 2/5] ui: refactor UploadToStorage.js

2021-11-05 Thread Dominik Csapak
comments inline On 8/31/21 12:16, Lorenz Stechauner wrote: this also removes the "content" selector from the window. as far as it seems, this selector was never able to select more than one entry, so it was useless. the check for FormData() is also removed, because this is supported by all majo

[pve-devel] [PATCH v4 manager 2/5] ui: refactor UploadToStorage.js

2021-08-31 Thread Lorenz Stechauner
this also removes the "content" selector from the window. as far as it seems, this selector was never able to select more than one entry, so it was useless. the check for FormData() is also removed, because this is supported by all major browsers for a long time. therefore doStandardSubmit() is al