Possible duplicate:
override upload_max_filesize
I use this code to resize the uploaded file: -
echo ini_get('upload_max_filesize').'<br/>'; ini_set("upload_max_filesize","300M"); echo ini_get("upload_max_filesize");
BUT I SAID
2M 2M
which is installed in php.ini.
I want to change the file size limit.
php file-upload
Maulik patel Nov 18 '12 at 16:55 2012-11-18 16:55
source share