-
Notifications
You must be signed in to change notification settings - Fork 16
Open
0 / 20 of 2 issues completedDescription
Description
As a user
When I upload an image, video or other type of file attachment
Then I want to know if it is exceeding the file upload limit
So that I know why the upload fails and seek for a solution
Notes:
- In some cases like videos, we're already trying to assist the user in advance so that the video fits (by choosing the optimization accordingly), but this can not be always done, thus the user will be informed as soon as they try to upload in other cases.
- As fetching the upload limit could potentially take some time or fail, this will result in corresponding general errors.
Designs:
- File is too large: iOS Android (applies to any type of file).
- Fetching limit: iOS Android
- Failed to fetch limit: iOS Android


Acceptance criteria
- TBD
Dependencies
- None
Out of scope
- Nothing
Questions
- [ ]