Last modified: 2011-03-09 22:21:00 UTC
When I upload a file that is bigger than the allowed size, I get no error page but just a clear white page, (there is no source on the page) This page should show an error message instead. Even better would be to check the file size before uploading and don't start the upload at all.
It is not possible to check the file size before uploading. However, when you upload a file which is bigger than the allowed size, an error message is shown (just tested it again to make sure). If you're not getting an error message, this can be because some Apache settings, perhaps. Can you give a link to the wiki on which you have that problem?
I have this problem on techbase.kde.org. The maximum file size is about 150KB
The described output is consistent with a PHP fatal error with display_errors disabled, or low-level breakage of PHP (such as a crash). Check the web server's error log, and ensure that the memory limit and post size limit are set to reasonable values.
Three years on, this should probably be closed: indeed, newer browsers will now get warned prior to uploading if their upload is too big. If there ever was a MW bug, there isn't any more. Closing as FIXED, could equally be WORKSFORME I guess.