Welcome Guest | Login

WordPress, audio and php.ini upload_max_filesize

Hi

I've got a WordPress install running on my account, and I'm trying to upload some audio files. However, I'm getting an error saying that the php.ini upload_max_filesize is set to 2M.

Is there any chance of this being changed? I'm actually planning to store things on Amazon S3, so it won't be taking up space on the server beyond the initial upload.

Thanks
Jon

2008-11-25 04:59 AM

Hi Jon - I've increased upload_max_filesize locally by adding the following line in the .htaccess file inside your app directory.

php_value upload_max_filesize 32M

2008-11-25 05:59 AM

That's great, thanks very much!!

2008-11-25 06:48 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up today!