PHP Apache windows upload limit with Drupal
I am running php 5 with apache on windows 2003. I have changed the the upload_max_filesize to 50mb. I have saved the file and restarted apache. When I try a file upload in Drupalit says the maximum file size is set at 8mb allowed by php (this is reported where you set the limit for drupal). Do you know where I would change this option to make it more. I believe it to be a server setting rather than an application one.
Check the post_max_size in php.ini:
post_max_size = 8M (max size that a script can POST back)
Check more discussion of this question.
Related posts:
Leave a comment
Recent Posts
Tags
active-directory
amazon-ec2
apache
apache2
backup
bash
centos
cisco
command-line
debian
dns
email
exchange
firewall
iis
iis7
iptables
linux
macosx
monitoring
mysql
networking
nginx
performance
permissions
php
postfix
raid
security
sql-server
sql-server-2005
sql-server-2008
ssh
ssl
ubuntu
unix
virtualization
vpn
webserver
windows
windows-7
windows-server-2003
windows-server-2008
windows-server-2008-r2
windows-xp





