| video not loading despite modifying php.ini
Hi - I wanted to be able to upload videos greater than 2mb on the forums, so I changed the value in the php.ini: ; Maximum allowed size for uploaded files.
upload_max_filesize = 10M
As you can see, I've changed the value to 10mb. However, when I tried to up load a video that is 2.5mb, I get this message:
There were 1 files which exceeded limits which do not appear in this list:
trailer.wmv (exceeds filesize limit).
Either remove files to make more room or reduce the size of the files you are uploading and then try again.
I was told changing the php.ini would allow me to upload larger videos. But, that doesn't seem to be working. Is there something else I need to do?
|