I wish to include a file upload form as part of another form, and have it upload the file when the other fields are written to the db.
In other words, I want the form set something like this:
<text field> name
<text field> age
<text field> FILE UPLOAD <browse button>
<radio buttons> display image
<submit form>
When I use my standard file upload script, it automatically puts a 'browse' and 'upload' button next to my form. I want the remove the 'upload' button.
Does this make sense, and can it be done?