| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Sep 2007
Lives in Iowa
Hosted on Pass74
18 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
php.ini
I need to increase the max upload size in php (using wordpress for my site). I tried making a php.ini in the /public_html directory but it's not working. Any ideas?
I'm on pass74 |
|
|
|
|
|
#2 (permalink) |
|
Surpass Abuse Admin
Super #1
Joined in Mar 2005
Lives in Houston, TX
Hosted on NONE
7,797 posts
Gave thanks: 11
Thanked 278 times
|
What value are you setting in your php.ini to increase the max upload size?
__________________
Unofficial IRC Channel: #surpass EFNetUnofficial = No official support. Support requests can be submitted to our helpdesk. |
|
|
|
|
|
#4 (permalink) |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
936 posts
Gave thanks: 2
Thanked 95 times
|
post_max_size = 11M
upload_max_filesize = 10M Make post_max_size a bit larger to handle a full upload size, and always set it first. Put the ini file in the calling directory
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|
| This user thanks cowboy for this great post! | Nietha (July 13th, 2008) |