PDA

View Full Version : PHP upload size


Medic1
05-15-2004, 04:22 PM
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

DirectAdmin Support
05-16-2004, 11:41 AM
Hello,

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

upload_max_filesize = 2M

to

upload_max_filesize = 10M

John

Medic1
05-17-2004, 04:10 PM
Thank you, but where would I find it?

Thank you again for the help

jmstacey
05-17-2004, 04:18 PM
/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.

Medic1
05-17-2004, 04:25 PM
I do thank you, but im a noob at this so I dont know where to look. I also cant find any search function.

jmstacey
05-17-2004, 04:40 PM
What OS are you running and what is your default editor?

Medic1
05-17-2004, 04:48 PM
Im running 2000 and I use Html-Kit

jlasman
05-17-2004, 06:01 PM
You're a user?

Not the owner of the server?

Then you need to contact your hosting company.

Jeff

Medic1
05-17-2004, 06:29 PM
understood
Thank you