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.

How to change the maximum File Uploads?

  1. Hello I am using a form with many File Upload options and it seems to not want to attach more than 20. I need at least 25... Is there a way to change the maximum somewhere?

    Posted 13 years ago on Wednesday December 22, 2010 | Permalink
  2. I'm not aware of any field limitations. You may be running into a browser performance issue. The form builder is all Javascript, which runs client site. So you could be encountering a performance issue on your machine relating to how you have your form configured. It's not common, i've only had one user in the last year who has experienced a client site performance issue but it's possible.

    Also, I do NOT recommend placing that many file upload fields on a single form. Uploads are dependent upon your web servers performance the the end users internet connection. Having that many file upload fields on a single form the way single file uploads work is a recipe for issues with performance, script time outs and max file upload size issues related to web server configuration and PHP settings.

    Posted 13 years ago on Wednesday December 22, 2010 | Permalink
  3. Thats why I asked earlier about having a "multi file" upload option. Is there any plan for that?

    Posted 13 years ago on Wednesday December 22, 2010 | Permalink
  4. Yes, there are plans for a multi-file upload option. It's definitely something we plan on adding.

    Posted 13 years ago on Wednesday December 22, 2010 | Permalink
  5. You guys will be my heroes if this can be done! Thanks

    Posted 13 years ago on Saturday December 25, 2010 | Permalink