This question is locked. New answers and comments are not allowed.
Hi,
I would like to be able to display the user a proper error message when the file size he is trying to upload is exceeded, and a general message otherwise.
In Firefox and Chrome it works well, since onUpload I can check the file size and cancel the upload if it is exceeded.
And for the general error case, I display an error message in onError.
On IE, the file size check does not work, so I need to rely on server side checking.
I would like to know if it is possible to see the original error message in onError and if it is possible to remove the "Try again" option if my error message says that file size is exceeded.
Cheers,
Sorina
I would like to be able to display the user a proper error message when the file size he is trying to upload is exceeded, and a general message otherwise.
In Firefox and Chrome it works well, since onUpload I can check the file size and cancel the upload if it is exceeded.
And for the general error case, I display an error message in onError.
On IE, the file size check does not work, so I need to rely on server side checking.
I would like to know if it is possible to see the original error message in onError and if it is possible to remove the "Try again" option if my error message says that file size is exceeded.
Cheers,
Sorina