I'm in the process of creating a form and accompanying plugin that allows an admin to upload files independent of the Media Gallery. Yes, there's a good reason for it. :-) The upload field on the form uploads to a directory structure that differs from the Media Gallery only in that it's got an extra directory in it called "gravityforms".
I would like to have all the uploads from this particular form to go to a single directory. As of now I have to write code to make that happen after the form is submitted. It would be really nice to have a setting that says "Here's where I'd like these files uploaded if done via this form". Default to the standard structure is fine, I'd just like to have control over it if the need arises, as it has in this case.
Thanks.