View Single Post
Old October 15th, 2005, 05:49 PM   #1 (permalink)
nnowakow
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
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?
nnowakow is offline   Reply With Quote