M
MVLPPL
Guest
One Technical Suggestion :
In web based mail while attaching a attachment, the size of attachment is validated only after it is uploaded in mail client. If the size is not supported by mail server then it is rejected only after mail has been sent. For example the mail server supports only 10Mb attachment and if I try to attach a file larger than 10Mb then the server gives me error message only after it has been completely uploaded. However file header has the necessary details to validate size of the file and warn user about expected error before actually uploading it.
Is it not possible to validate size if attachment before actually sending it? This will save precious time and bandwidth. Your comments please.
In web based mail while attaching a attachment, the size of attachment is validated only after it is uploaded in mail client. If the size is not supported by mail server then it is rejected only after mail has been sent. For example the mail server supports only 10Mb attachment and if I try to attach a file larger than 10Mb then the server gives me error message only after it has been completely uploaded. However file header has the necessary details to validate size of the file and warn user about expected error before actually uploading it.
Is it not possible to validate size if attachment before actually sending it? This will save precious time and bandwidth. Your comments please.