• I am trying to upload a video. It says the maximum size is 32mb the video is 58mb. Is there any way around this?

Viewing 1 replies (of 1 total)
  • Try this.

    Save this as php.ini and php5.ini

    <?php
     upload_max_filesize = 80M
        ; Maximum size of POST data that PHP will accept.
        post_max_size = 80M
        max_execution_time = 300

    and upload it to the directory you have WordPress in using ftp.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Video’ is closed to new replies.