Iman Posted February 12, 2009 Share Posted February 12, 2009 Server Max File Upload Size: 2M - To increase this limit you need to modify your servers php.ini file Any body can help how to modify php.ini so that it attach big capacity in download area Thanks 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted February 13, 2009 Share Posted February 13, 2009 My guess is something like: # file_uploads = On # upload_max_filesize = 10M 0 Quote Link to comment Share on other sites More sharing options...
bear Posted February 13, 2009 Share Posted February 13, 2009 Via shell: locate php.ini Once found: nano /path/to/php.ini (same for PICO, Emacs, etc will have different methods) CTRL-W (to find) upload_max -> hit enter edit. CTRL-X to save CTRL-Y to verify service httpd restart -fin PS: "# upload_max_filesize = 10M" the # means it's commented and ignored 0 Quote Link to comment Share on other sites More sharing options...
SilverNodashi Posted February 13, 2009 Share Posted February 13, 2009 A quick way to find the active php.ini: php -i |grep php.ini 0 Quote Link to comment 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.