Quantcast
Channel:
Viewing all articles
Browse latest Browse all 4235

Re: Max upload file size

$
0
0

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


Viewing all articles
Browse latest Browse all 4235

Trending Articles