Attachments in flash

it’s possible if you get the user to type the path to the file and then use php to upload the file to the server. If the interface is html though it would be much easier as you can have an input field for file browsing like this:

<input type=“file” name=“file”>

code:
<**input type=“file” name=“file”>