PDA

View Full Version : Unable to upload 10MB fiel to my board


rishimodi
11-21-2007, 02:41 AM
Hello,

I've changed the attachment setting in my board up to 10 MB, but I cannot upload more than 2 MB. My Php upload is upto 2 MB, please tell me how can I change my Php upload settting to 10 MB.

Thanks in advance.

Regards

snakes1100
11-21-2007, 03:06 AM
You will need root access to the server, edit the php.ini file and change the following two settings and restart apache or restart IIS on a winblowz server

upload_max_filesize = 20MB
post_max_size = 20MB

dgeere
11-21-2007, 07:36 AM
or search for upload_max_filesize in google to see other ways of using it including .htaccess files and in the top of a particular phpscript. All depends on the server config.

Failing that just contact your host, they should be able to help.