Jump to content

max_filesize 20M


Recommended Posts

The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example:

 

php_value upload_max_filesize 20M (click to open "Generators" tab)

I have increased filesize but it still does not work, anyone?

Link to comment
Share on other sites

try this,

  • create a test.php file and put this code into it:

<?php phpinfo(); ?>

  • upload to your server root
  • navigate your browser to yoururl.com/test.php
  • find 'max_file_uploads', see if your increase is reflected there

Note: shared servers may (per hosting company) not allow an increase in this.

 

did your change the 20m using the config.inc.php? or direct change to .htaccess?

typically the default upload size set by config/config.inc.php is: ini_set('upload_max_filesize', '100M'); but again your hosting provider may have your settings limited.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...