How to change your PHP installation to accept larger than 2MB file transfers
You can check your file upload limit by checking phpinfo() and the variable: upload_max_filesize.. A tutorial via Radlinks walks through the other settings relevant to handling larger than 2MB (default) file size transfers using PHP.
