in reply to 52K maximum file upload?

Have a look at the CGI documentation, specifically $CGI::POST_MAX.

This variable sets a threshold on the maximum size of a POST request. I believe the limit there is for all of the files you send in a single request, not each file.