[PHP-WIN] Re: Upload to a diferent site

2004-01-26 Thread Manuel Couto
uot;fopen wrappers" have been enabled. See fopen() for more > details. If dest is an URL, the copy operation may fail if the wrapper does > not support overwriting of existing files. " > > You'll need to ensure you can access the remote server with the correct > permisi

[PHP-WIN] Upload to a diferent site

2004-01-22 Thread Manuel Couto
does any one know if is possible to upload an image to a diferent site from the one where the PHP script is running? something like this: Im running this script from "site1" $users_file="image1.jpg"; $copy_path="www.site2.com/images"; if(!copy($users_file, $copy_path)) { echo "A imagem não f