Attachment Part needs to be improved a lot.
Current Behaviour :
All attachments are right now being stored on the server in a uploads folder.
so limits are set manually on how large files are allowed....
when sending attachments there isnt any loading behaviour. not with attachment sending progress or even on send button .... send button isnt disabled either hence multiple request hits on multiple clicks happen as well.... the other person receives the whole file directly without any preview.
Changes Needed:
- Attachments to be stored in mongodb for now. with gridfs. under 16mb stored normally. over 16mb stored in different chunks.
- loading on attachment in UI and disabling send button
- file previews before manually letting users download the files
I will be creating a separate subissue for each.
Attachment Part needs to be improved a lot.
Current Behaviour :
All attachments are right now being stored on the server in a uploads folder.
so limits are set manually on how large files are allowed....
when sending attachments there isnt any loading behaviour. not with attachment sending progress or even on send button .... send button isnt disabled either hence multiple request hits on multiple clicks happen as well.... the other person receives the whole file directly without any preview.
Changes Needed:
I will be creating a separate subissue for each.