Quote:
Originally Posted by columbusgeek
Have you verified that your changes are effective?
Use php info to find out if the php.ini change worked.
what is inside your .htaccess file? Your php override needs to be done only once. It loosk like you are trying to do it twice. Which way is dependent upon your host. If you're not sure you should check their forums to see how to do php overrides.
|
Thanks columbusgeek. After your reply my co-worker and I checked what you had told us, but after testing found out it wasn't it. It was actually the post_max_size was set at 8M. As soon as we changed it to 100M, it started to work with bigger files.
Thanks again for your help. Much appreciated.