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.

PHP.ini Settings for File Upload via gravity forms

  1. I can't find a definitive answer for my question. The situation I have is I need to have eight file upload fields on my form. The max size of these forms will be set to 20M. What should I set the Max Post Size to. Does Gravity Forms / Wordpress add the each files uploaded to the max post size or does it use or does each file count as an individual post.

    For example Should I set the values as:

    upload_max_filesize = 20M
    post_max_size = 20M

    OR

    upload_max_filesize = 20M
    post_max_size = 161M

    161M = 8 files * 20MB plus 1 MB for form data.

    Thanks you in advance.

    Posted 10 years ago on Tuesday April 30, 2013 | Permalink
  2. David Peralty

    The second answer you have in place is the correct one. It is one post, but multiple file uploads. All my best!

    Posted 10 years ago on Tuesday April 30, 2013 | Permalink