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.