I got a regular HTML form, responsible for simple text input, as well as a custom Flex application, allowing files to be selected & customized.
Now I can't figure out how to "bring the two together" in my backend when I hit the submit button - to save the files with the meta info from the form in my database.
What to do? Suggestions very welcome!