LoadVars + FileReference Form

Hi,

I’ve made a form in Flash, where the user sends the data of the registration and a curriculum or image attached. All to a PHP script to sent the mail to my client.
I used LoadVars for the data of the form and FileReference for the attachment, but I can’t send the both at the same time. When I submit the form, it sends me two mails, one with the data and other with the attachment.
I know that it happens because the LoadVars sends via “.send” and the FileReference sends via “.upload”, but…
Can I make a junction with these two classes?

Someone can help me?

Sorry, I’m brazilian, my english is not so good.
I hope I made miself understood.

Thank you.