Hi everyone,
I want to allow a user to move files from their hard drive to a network drive using a file input type and FSO.
when testing from my pc i can use the folowing code no problem:
Dim fso
fileName = bb
Response.Write("NNN: " & fileName)
Set fso = CreateObject("Scripting.FileSystemObject"
fso.MoveFile fileName, "\\VENUS\Inetpub$\
BUT when testing from the VENUS network drive it crahses at this line:
fso.MoveFile fileName, "\\Ex_tor_dev\Inetpub$\
Does anyone know why that is??
any help is GREATLY appreciated!!
I want to allow a user to move files from their hard drive to a network drive using a file input type and FSO.
when testing from my pc i can use the folowing code no problem:
Dim fso
fileName = bb
Response.Write("NNN: " & fileName)
Set fso = CreateObject("Scripting.FileSystemObject"
fso.MoveFile fileName, "\\VENUS\Inetpub$\
BUT when testing from the VENUS network drive it crahses at this line:
fso.MoveFile fileName, "\\Ex_tor_dev\Inetpub$\
Does anyone know why that is??
any help is GREATLY appreciated!!