We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work:
{ "args": { "to": "1111@c.us", "file": "https://www.africau.edu/images/default/sample.pdf", "filename": "testé.pdf", "waitForId": true } }
Works:
{ "args": { "to": "1111@c.us", "file": "https://www.africau.edu/images/default/sample.pdf", "filename": "test.pdf", "waitForId": true } }
The sendfile(image) process fails on the uploadFile stage within the docker container.
uploadFile
Fix:
Sanitize the filename only when creating the temp file and uploading the file. Use the original filename when sending the file via wapi.
The text was updated successfully, but these errors were encountered:
🐛bug: fix accented filenames breaking file send #3071
2973a77
fixed in 4.59.0
#3070 (comment)
Sorry, something went wrong.
No branches or pull requests
Doesn't work:
Works:
The sendfile(image) process fails on the
uploadFile
stage within the docker container.Fix:
Sanitize the filename only when creating the temp file and uploading the file. Use the original filename when sending the file via wapi.
The text was updated successfully, but these errors were encountered: