posted 17 years ago
I have been using 2.1.6 comfortably but have not been able to use the avatar feature due to multiple reasons.
First when i uploaded an avatar, there was no size check happening at fileUploadBase.java. So as a debug, i tried to set sizeMax property before upload. Now that is happening, but the SizeLimitExceededException exception that is thrown after the sizemax is hecked, s not handled anywhere, and as a result i get the error page. Should i revert the sizeMax setting that i have done. if yes, when does the size comparison actually happen, so that i can aviod users from uploading megabytes of objects, thus making my app heavy.
thanx in advance!
~pankaj
[originally posted on jforum.net by pankajvermani]