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?
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?
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.
Thats why I asked earlier about having a "multi file" upload option. Is there any plan for that?
Yes, there are plans for a multi-file upload option. It's definitely something we plan on adding.
You guys will be my heroes if this can be done! Thanks