Upload File Directory

Hi, I’d like to select the directory that files upload to when people fill out the form in the “file upload” field of the formidable form.  And I’d like that directory to be in the root of my site. Is that possible?

I think this is only possible if you set all your uploads to be saved in the root, but you could try using this example, but replace $folder = ''; with $folder = '../../'; or whatever it takes.
http://formidablepro.com/knowledgebase/frm_upload_folder/#kb-reset-to-the-default-wordpress-upload-folder

This change is untested, so use cautiously.

Topic closed.