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

Proxied content from gemini://chirale.org/2008-02-13_42.gmi (external content)

Gemini request details:

Original URL
gemini://chirale.org/2008-02-13_42.gmi
Status code
Success
Meta
text/gemini; charset=utf-8
Proxied by
kineto

Be advised that no attempt was made to verify the remote SSL certificate.