[Wolves] wordpress file size

Adam Sweet drinky76 at yahoo.com
Mon Sep 25 22:28:31 BST 2006


--- Baza <baza at themauvezone.fsnet.co.uk> wrote:

> How do you change the max file size allowed, I want
> to blog some  
> short video clips to my Wordpress blog?
> 
> Any help would be great.

There are 2 configuration variables in your php.ini:

post_max_size = 8M
upload_max_filesize = 2M

Change these to the value you want and restart Apache.
Also consider changing these:

max_execution_time = 30     ; Maximum execution time
of each script, in seconds
max_input_time = 60 ; Maximum amount of time each
script may spend parsing request data

if the uploads cause the php script to run out of
time. Restart Apache again.

Ad

-- 

http://www.drinky.org.uk

http://blog.adamsweet.org


		
___________________________________________________________ 
Try the all-new Yahoo! Mail. "The New Version is radically easier to use" – The Wall Street Journal 
http://uk.docs.yahoo.com/nowyoucan.html



More information about the Wolves mailing list