You are here
Submitted by szczym on Thu, 2009/04/23 - 18:13
helo
im traing to set file upload limit to 100 mb in drupal 2009.02:
- i set 100 mb in .htaccess in section php5
- i set 100 mb in /etc/apache2/php.ini
drupal in it self is still limited to 16 mb but phpinfo from drupal dir says its 100 mb.
do you know where is the 16mb variable ?
thanx for help
Forum:
possibly php memory limit
Here are a few resources:
http://drupal.org/node/97193
http://drupal.org/node/100373
After reading over a couple of articles, it seems that the php memory limit plays a part in the upload limit. I also read that Drupal divides the upload limit available in half for some reason, which leads me to the following conclusion:
The 16MB limit you are referring to stems from the php memory limit which is set to 32MB in /etc/php5/apache2/php.ini
Let us know if this solves your problem, and if so could you document all the changes you made to help others with a similar problem.
it worked
Add new comment