Jump to content

File size limits driving me nuts


Recommended Posts

I cant seem to upload anything over 2mb but I have made all the changes needed for this to work.

 

file_uploads = on

upload_max_filesize = 100M

max_execution_time = 1000

post_max_size = 200M

memory_limit = 100M

max_input_time = 500

 

I have restarted the services and the server many times & as you can see I have made the setting much higher than needed.

 

What am I doing wrong

 

Link to comment
https://forums.phpfreaks.com/topic/38822-file-size-limits-driving-me-nuts/
Share on other sites

Can you confirm PHP is using the php.ini you are modifying and that phpinfo() is showing the changes you have made to the php.ini?

 

Simply run this code:

<?php
phpinfo();
?>

Scroll down and find the line beginning with Configuration File (php.ini) Path to the right of that it should show the full path to php.ini file it is using. Is that the correct path to the php.ini you are using?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.