Error 0x80070057: The parameter is incorrect" when extracting file #543
-
Error 0x80070057: The parameter is incorrect" when extracting file const zipBlob = await (async () => { // Trigger file download |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is probably invalid characters in the filename, see https://stackoverflow.com/questions/57165960/error-0x80070057-the-parameter-is-incorrect-when-unzipping-files. |
Beta Was this translation helpful? Give feedback.
There is probably invalid characters in the filename, see https://stackoverflow.com/questions/57165960/error-0x80070057-the-parameter-is-incorrect-when-unzipping-files.