WP limits uploads although settings in PHP.ini state otherwise
-
Dear All,
I’m experiencing a strange behaviour from WP. Attemps to upload files bigger than 1M are rejected by WP. My PHP settings are:
upload_max_filesize 40M
post_max_size 40M
max_execution_time 30
max_input_time 60Calling phpinfo() confirms these values.
Nonetheless below the media library upload form the upload limit of 1M is given. WP refuses to accept any file larger than 1M.
I’ve tested uploads with a standalone php script and it works just fine for files larger than 1M.
What do I miss? Any help would be highly appreciated!
I’m running a WP v3.3.2 multisite installation on a Linux/Apache server, PHP Version 5.2.6-1.
Thanks in advance
Cheers
Henry
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘WP limits uploads although settings in PHP.ini state otherwise’ is closed to new replies.