You won't be able to store it in the database using Formidable. Formidable only stored field values as text. To store an actual image in the database, you would have to store it to a blob database field. You can't change the metadata schema both WordPress and Formidable use.
As for uploading it to a custom folder and bypassing the media library, you would have to create you're own code to do this. I don't think you can use Formidable's upload field. Even though you can customize the directory, it still requires an attachment id from the media library. The attachment id links the image to the form entry.
What you want to do is completely custom and not available out of the box.
Sure, though you should use something like paste2.org so that you can format the code clearly. The code formatting with his forum leaves a lot to be desired.
Please login or Register to submit your answer