Can anyone help me with this? I've tried using the copy() function to copy to the server and no luck.
I'm willing to try any method to get files (only images are important) to a directory on the server.
Maybe this will help:
http://www.php.net/manual/en/features.file-upload.php
Diego
Try the is_uploaded_file() and move_uploaded_file() functions.