I search the way to upload a file from a client to a server via the INet control but NOT WITH FTP MODE ONLY HTTP! Thank YOU:confused:
L
LANNEZVAL
@LANNEZVAL
Posts
-
Inet and upload file ?? -
Launch MS Word and open fileDim word As New word.Application Set objWrd = CreateObject("word.application") word.Visible = True word.Documents.Open filename:=File It's better like this :-D
-
Launch MS Word and open fileDim word As New word.Application word.Visible = True word.Documents.Open filename:=File