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? 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. 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? 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 Link to comment https://forums.phpfreaks.com/topic/84493-set-upload-max-filesize/#findComment-430512 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.