Hello,
I explained my problem of starting ... probably
I retrieved via a variable form html:
<input type="file" size="60" name="fichier"> <br>
giving in the *. VBS, variable recovered:
strvar = oIE.Document.TestForm.fichier.value
but this variable is equal to: "path \ file" example c: \ temp \ zip file
I would like to obtain separately two values:
strPath = path (c: \ temp)
strFile = file (zip file)
if it has an idea. if possible
Thank you



Reply With Quote
Copyright Techfuels
Bookmarks