diff --git a/packages/file-handling/src/vpu-fileupload.js b/packages/file-handling/src/vpu-fileupload.js index caca18db94339422ef3411678c391e3d947904d4..7f387b544531997fb2f7ad6211b1f2603bacb6df 100644 --- a/packages/file-handling/src/vpu-fileupload.js +++ b/packages/file-handling/src/vpu-fileupload.js @@ -174,6 +174,7 @@ class VPUFileUpload extends VPULitElement { formData.append('file', file); + // I got a 60s timeout in Google Chrome and found no way to increase that await fetch(url, { method: 'POST', headers: {