I noticed on both my installation as well as on ActiveSocial.com that when I attempt to upload a photo that is large than the maximum allowed file size I get an Action Results pop up that has in the body [ RESX : Msg : UploadMax : Body ] (spaces added for formatting and smiley avoidance). I was able to replace this with a friendlier message by adding to SharedResources.resx a string named [ RESX : Msg : UploadMax : Body ].Text with a value of "The file you attempted to upload is too large." I tried to see if I could add a placeholder for the file size of the attempted upload file and the max allowed, but whatever code is calling this resource is not passing any parameters (my placeholders just rendered as {0} and {1} in the message).
Is this a known issue? If not, it looks like a bug to file somewhere.
I remember seeing today a couple of other RESX names in a drop down or something, but I can't remember now where I saw them. If/when I find them again, I'll make sure I post them in here.
Thanks, Ray |