Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hello when i want to download one f

Status
Not open for further replies.

karfield

Programmer
Feb 6, 2001
7
FR
hello when i want to download one file with the SoftArtisans.Fileup :

Set upl = Server.CreateObject("SoftArtisans.FileUp")
...
upl.Form("Votre_CV").SaveAs vFichier 'line 30
...
Set ObjFSO = Server.CreateObject 'line 70("Scripting.FileSystemObject")
ObjFSO.MoveFile vRepTemp & vFichier, vRepDef & vFichier2


the message error is :fichier introuvable :line 71

i don't understand why the save is not effectued please help me and goo day for you,i'm french sorry for my engish

bye
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top