💾 Archived View for chirale.org › 2008-02-13_42.gmi captured on 2024-05-12 at 15:26:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Raise Drupal files upload limit

In your Drupal site, go to admin/settings/uploads Raise upload limits. If the value you want to insert is greater than PHP allowed value: On bottom of your .htaccess file (drupal/.htaccess) add these lines:

upload settings # cfr. http://it.php.net/manual/it/function.ini-set.php php_value post_max_size 50M php_value upload_max_filesize 50M php_value memory_limit 128M

Change values as you wish. Return to admin/settings/uploads and watch changes on PHP limit.

See also:

/> php_value post_max_size 50M<br /> php_value upload_max_filesize 50M<br /> php_value memory_limit 128M</code><br />Change values as you wish.</li> <li>Return to admin/settings/uploads and watch changes on PHP limit.</li> </ol> <p>See also:</p> <ul> <li><a href=

https://web.archive.org/web/20080213000000*/http://it.php.net/manual/it/function.ini-set.php