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.

File Upload formats global

  1. bhargavy
    Member

    Is there a way I can set what formats are acceptable when uploading files for all forms?

    For example adding this to functions.php changes the upload path for all forms

    <?php
    add_filter("gform_upload_path", "upload_path", 10, 2);
    ?>
    Posted 10 years ago on Saturday July 6, 2013 | Permalink
  2. David Peralty

    No, there isn't someway to currently do that, as it is all field specific.

    Posted 10 years ago on Monday July 8, 2013 | Permalink

This topic has been resolved and has been closed to new replies.