我先讲一下环境,同一个域名web系统分别放在两个服务器上使用(为了均衡负载)
另外有个文件服务器用于存上传的文件,路径为url路径(http://gcmm.gz.cn/upload_files )。 
我从本地上传文件如何传到文件服务器,move_uploaded_files(file,URL),copy (file,URL) fopen(url,'w')等方法试过,没成功.提示错误:HTTP wrapper does not support writeable connections.
ftp,SOCKet方法没可能,因为不知文件服务器的IP,也不知文件服务器本地路径。
请问 有什么办法可以把文件上传上去?
 环境:iis6+php4.3 +windows 2003