Forums

Video too large (over 8MB) (5 posts)

  1. confusionmagazine
    Member
    Posted 2 weeks ago #

    I'm trying to upload an HD video 950 x 450
    (i'm using a paid theme from graph paper press that allows HD Video)

    I know this has been addressed before, but I have yet to find a clear answer to this problem. I have been told to modify the php.ini file and reupload it to my server. Do I put this in the root directory of my host server, or within the blog folder, there was only a php.ini file in the root (and not in the folder I have my blog in). Although I have now put it in both the root and the blog folder and it's still not working.

    This is the additional line of code I added to the php.ini file and it isn't working:

    upload_max_filesize = 50M
    post_max_size = 80M

    I have tried smaller values (20M, 50M) also but they didn't work either .

    I called my host and they say they don't trouble shoot individual php.ini scripting issues, but they thought that should have worked. They don't ignore the php.ini file.

    can anyone help? I've been trying to uplaod this video all week. an HD video UNDER 8MB? It's not going to look very High Quality, thus negating the point of shooting/posting videos in Hi-Def.

    HELP!!!!

  2. MichaelH
    moderator
    Posted 2 weeks ago #

    Might use FTP to upload that file then use something like http://wordpress.org/extend/plugins/add-from-server/ to make that available in Media.

    Also think this does something similar:
    http://wordpress.org/extend/plugins/wp-filebase/

  3. kiano.ro
    Member
    Posted 2 weeks ago #

    how do you know that the problem is the size?

  4. confusionmagazine
    Member
    Posted 2 weeks ago #

    it says, "file upload limit over 8MB from php.ini" or something similar.

  5. RVoodoo
    Member
    Posted 2 weeks ago #

    I have a php.ini in my root, and in my blog subdirectory that match, just to be safe.

    Also, to actually check your upload limit with the php.ini in place, make a file called test.php, or whatever really and just put this in the file

    <? phpinfo(); ?> or <?php phpinfo(); ?> if that doesn't work.

    drop that into your blog directory, then point to the file you just made from your browser, it will display all your php settings so you can see if your php.ini settings are wortking

Reply

You must log in to post.

About this Topic