Dysan Posted January 4, 2008 Share Posted January 4, 2008 Using phpinfo(), I looked at the "Upload Max Filesize". Currently its set at 16M. How do I change this to 1GB? Quote Link to comment https://forums.phpfreaks.com/topic/84493-set-upload-max-filesize/ Share on other sites More sharing options...
drummer101 Posted January 4, 2008 Share Posted January 4, 2008 Edit your php.ini file Change this line to suit your needs. upload_max_filesize = 16M ; Also, give post_max_size = ___; a look. Quote Link to comment https://forums.phpfreaks.com/topic/84493-set-upload-max-filesize/#findComment-430458 Share on other sites More sharing options...
Dysan Posted January 4, 2008 Author Share Posted January 4, 2008 What do I type in for GB, just G? Quote Link to comment https://forums.phpfreaks.com/topic/84493-set-upload-max-filesize/#findComment-430508 Share on other sites More sharing options...
drummer101 Posted January 4, 2008 Share Posted January 4, 2008 Yep, that should work If it doesn't just use 1024M Quote Link to comment https://forums.phpfreaks.com/topic/84493-set-upload-max-filesize/#findComment-430512 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.