PHP.INI Problem Not Allowing 20MB File
-
I am trying to upload a 20MB video file to my blog. Each time I try I receive the following error message:
This file is too big. Your php.ini upload_max_filesize is 2M.
I have changed my php.ini file (located in the root at /public_html because that’s where my WP is installed) so that the following is how it reads:
; Maximum size of POST data that PHP will accept. post_max_size = 100M
And
; Maximum allowed size for uploaded files. upload_max_filesize = 100M
I have cleared my browser (Safari) cache twice, closed out of the browser and gone back into it. None of this has worked. What else could be causing the problem and how do I resolve this?
What other information is necessary? I’m using BlueHost for hosting, I’m on WP 2.7.1.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘PHP.INI Problem Not Allowing 20MB File’ is closed to new replies.