Sorry if this is not the right place to post this but i really need help
I'm trying to upload a file to a remote server by using vbscript
below is a code :
Dim fso, f, myFile
Set fso = CreateObject("Scripting.FileSystemObject")
myFile =$URL
Set f = fso.GetFile (myFile)
Dim sql ,nRows,NN,i,sql2,numCur
$Status =""
NN=$URL
$FileCopy( NN ,$GetAppPath() & "Web\Media\", 1000 )
the problem is with this code i can copy the file only in the same PC but it didn't work when i try with different machin i mean from client to server
any help any comment appreciated.
Thanks