I need to be able to email a file that is loaded to a server via a form in Flash.
I'm using this php code to transfer the file to the server. Just need to know how to get the file from the server, attach it to an emailed and send it.
Also I need to mention that I dont know that much about PHP. So if someone can break it down so I can understand it that would be helpful.
<?php
if (is_uploaded_file($_FILES['Filedata']['tmp_name'])) {
Bookmarks