PHP upload size

Medic1

Verified User
Joined
May 15, 2004
Messages
5
Is there a way to change the upload size from 2M to 10M.
I did try to change the htaccess file and it didnt work.

Thanks
 
Hello,

Edit /usr/local/lib/php.ini and change:

upload_max_filesize = 2M

to

upload_max_filesize = 10M

John
 
Thank you, but where would I find it?

Thank you again for the help
 
/usr/local/lib/php.ini

Or if your talking about in the file itself use the search funtion.

/upload in vi should find it (other editors should have the same feature, usage may vary)
or you can just skim through the whole thing till you find it.
 
I do thank you, but im a noob at this so I dont know where to look. I also cant find any search function.
 
Last edited:
You're a user?

Not the owner of the server?

Then you need to contact your hosting company.

Jeff
 
Back
Top