PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

What Video/Movie types can be uploaded with GF?

  1. Hi there, have done a bit of a searching around your site and wanted to know What Video/Movie types can be uploaded with GF?

    Posted 11 years ago on Monday October 1, 2012 | Permalink
  2. There is no restriction within Gravity Forms. You can allow whatever type of file uploads you like. With video, you will likely run into timeout or max file size limitation, but those come from your Apache and PHP configurations. Gravity Forms can be configured to allow whatever file extensions you want. Small files which upload quickly should never be a problem. You may run into issues with larger files, but again, this is from your host, not from Gravity Forms.

    Posted 11 years ago on Monday October 1, 2012 | Permalink
  3. Thanks for the prompt reply, in general what constitutes as a small or lager files these days? I fully understand that it would not be a problem from Gravity Forms when uploading such things.

    Posted 11 years ago on Monday October 1, 2012 | Permalink
  4. It's all dependent on your host configuration. If you can post the text of your phpinfo or provide a link to it, we can point out where potential problems lie.

    I recently saw someone alternately having trouble/success with files around 60MB (OK when under 60MB, errors when over 60MB) but this is 100% dependent on your host and the configuration there. phpinfo will help us help you. If you can add a php page to your site, we can create a page called info.php and insert this into it:

    [php]
    <?php
    p h p i n f o ();
    ?>

    (take the spaces out of the word phpinfo to make thes work. Security restrictions on the host here prevent from typing that out correctly.)

    Save that on the server, and post the link to it here. It will be accessed at a URL like http://example.com/info.php

    Posted 11 years ago on Monday October 1, 2012 | Permalink