Allowing larger file sizes
Our applications typically require a lot of uploads. They also have a lot of conditional logic. For instance, if someone is applying for a smaller amount of money, we ask for less financial documents, It would be nice if the allotment for file size allowance per application took the conditional logic into account instead of making it all cumulative. We bump into the issue of not having enough file size space in our applications all the time, and often steal a megabyte or two from one upload field to accommodate another, only to need to steal from somewhere else, etc.
-
Miranda Lape commented
I run into this as well! No application would ever hit the max amount of file bytes that I can incorporate into a form, but my master form is at the max due to the conditional logic, meaning I have to be careful with any changes. Having more flexibility with overall file size on the front end would be helpful.