Firstly do a phpinfo(); and check that your php.ini values are being applied. Also, when you create your uploadfield, try the following:
$uploadField->getValidator()->setAllowedMaxFileSize(52428800); // 50Mb in bytes
Posted to: Max upload file size | Show Thread | Post Reply