We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There is a problem when uploading an email attachment that is larger than the chunk size.
The attachment gets fully uploaded and added to the email message.
After uploading the first chunk, we get a success callback and the upload session gets terminated. The attachment does not get added to the email.
Upload an email attachment larger than the chunk size (5 MB or custom size).