In other words I can't see any file being uploaded. I'll post an example if needed, let me know.
It's up to you to mange the uploaded files in your php script. If you don't move them with move_uploaded_file() they are deleted after the script completes. Mike

