• Hello, I just installed wordpress 2.7 fresh (not upgrade) and am using the default theme. When I attempt to upload a video (an 8.4 megabyte quicktime.mov file) I receive the error “The file is too big. Your php.ini file upload_max_filesize is 20 MB.”

    I tried using the alternate upload method the ‘Browser uploader’ but it appears to be uploading (browser icon spins) but never finishes uploading the file.

    The file-size is below 20 MB (it is 8.4 MB) – anyone with ideas as to why this is occurring and how I can fix it? (I am using Safari 3.2.1 and OS X 10.5.6)
    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Your file size upload is controlled by two variables in php.ini

    upload_max_file_size and post_max_file_size

    You will be limited by the smallest value…I would bet your post_max_file_size is set to 2mb.

    If you can’t change those values, then you can always FTP your video to the site.

    Thread Starter cosmiccircuit

    (@cosmiccircuit)

    Hi, what directory is the php.ini file located in? Thanks.

    Ryan S

    (@ryan_accuwebhosting)

    Hey Figaro, thanks a lot. I was also searching for this..

    but now I am not getting the php.ini file in wordpress installation. Can you specify the path???

    The php.ini file is not in wordpress…it’s a server file. If you don’t have your own dedicated server or VPS, then you will need to contact your host to see if they allow you to create a local php.ini and if so, how you do it in your account. I know, for example, that Bluehost does allow this, but not all shared hosts do allow it.

    Thread Starter cosmiccircuit

    (@cosmiccircuit)

    Hi, I poked around on the web and found some more information. I use 1and1 as a hosting service. I placed a php.ini file in the wp-admin folder with the above mentioned lines and was able to upload a quicktime video without the error(s) this time.

    My next problem is that after I upload the Quicktime video (.mov) file, and try to insert it in a new post – it only inserts the title name of the video clip (rather than the clip itself). Do I need some sort of plug-in to be able to add quicktime (.mov) video clips? Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t upload video – error – file is too big…’ is closed to new replies.