Okay so I know how to create a mail form and an upload file button in flash that works with php. My question is can I combine the two? I want to create a form that will allow a user to fill in necessary fields and upload a file to my server if necessary. After they hit send the file will then upload t the server and the data from the form then is emailed to me.
Is this possible?