Forum Moderators: phranque
If you are uploading files using the POST method, take a look at your server's LimitRequestBody setting. See Apache core directives for more info. If you're using a script for uploads, then you may need to look into the script support configuration as well, for example, the php.ini settings.
Jim