ASnet0007 Posted February 16, 2007 Share Posted February 16, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/38822-file-size-limits-driving-me-nuts/ Share on other sites More sharing options...
wildteen88 Posted February 17, 2007 Share Posted February 17, 2007 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? Quote Link to comment https://forums.phpfreaks.com/topic/38822-file-size-limits-driving-me-nuts/#findComment-187158 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.