-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Bug-Description
Uploading a large attachment (e.g. a video file with 368 MB) seems to work, but you do not get any visible feedback, when the upload has finished. I could only recognize, that the order of the attachments changed after some time (there was another attachment already added to that object).
Malware scanning seems to fail but also without visible feedback. The attachment stays permanently in status "Scanning". That means, you cannot open it as long as it does not reach status "clean".
The error message, when opening this attachment also is handled as expected. The user only sees a JSON formatted text saying:
{
"error": {
"message": "Unable to download the attachment as scan status is not clean.",
"code": "403",
"@Common.numericSeverity": 4
}
}
To Reproduce
See bug description.
Expected behavior
Some kind of visible feedback during the upload of large documents or at least something that indicates clearly when the upload has finished.
Malware scan also working for large files.
Better error handling in case attachment is not yet "clean", not just JSON text.
[ ] is it a regression issue?