Not sure about ISPConfig, but you can try to increase upload_max_filesize in php.ini. On Debian Sarge, you will need to edit /etc/php4/apache2/php.ini and edit this line: Code: upload_max_filesize = 2M Set it to Code: upload_max_filesize = 10M Try Code: locate php.ini to find your php.ini file. I hope that helps. Good luck!