Quote:
Originally Posted by seangworld
how do i edit my php.ini file to allow for uploads larger than 2mb???
|
Do you have full access to your web server? If not, you will have to ask your service provider to handle the changes on your behalf.
Assuming that you do have full access:
a) locate the php.ini file (e.g. vb/admincp/maintenance/php info)
b) download the file and edit a copy:
find the line starting post_max_size and edit, e.g.
post_max_size = 16M
find the line starting upload_max_filesize and edit, e.g.
upload_max_filesize = 16M
save and upload
restart your web server software (e.g. apache)