Form-specific File Upload Folder - dwvehar - Dec 30th, 2013
Re: File Upload module 1.1.0. I have several forms that require files to be uploaded, and would like to keep them separate. Is there a way to specify a different file upload folder for each form? Alternatively, how might I modify the filename from within the sending form so that it could be identified?
RE: Form-specific File Upload Folder - alexh - Dec 31st, 2013
For each form yes, for each form submission no (at least not that I know of).
To change the folder for a particular form: Edit your form, and go to the "Fields" tab. Then edit the field you are using for the file upload. A small window will appear. You can then change the upload folder from the default (folder URL and folder path).
http://modules.formtools.org/field_type_file/?page=file_settings
Hope that helps.
Alex
RE: Form-specific File Upload Folder - dwvehar - Dec 31st, 2013
(Dec 31st, 2013, 5:56 AM)alexh Wrote: For each form yes, for each form submission no (at least not that I know of).
To change the folder for a particular form: Edit your form, and go to the "Fields" tab. Then edit the field you are using for the file upload. A small window will appear. You can then change the upload folder from the default (folder URL and folder path).
http://modules.formtools.org/field_type_file/?page=file_settings
Hope that helps.
Alex
Thank you. That was exactly what I needed.
|