Hi Every body,
I would like upload automatically a file.
I know we can upload a file like :
<CFFILE ACTION="UPLOAD"
DESTINATION="C:\inetpub\NAMECONFLICT="OVERWRITE"
FILEFIELD="NewFile">
But we need to use a HTML form like :
<form action="upload.cfm" method="post" enctype="multipart/form-data">
<input type="File" name="NewFile" size=40>
<input type="submit">
</form>
I don't want choose the file by this way because I want do this upload in VBA for Microsoft Word.
Thanks,
Guillaume
I would like upload automatically a file.
I know we can upload a file like :
<CFFILE ACTION="UPLOAD"
DESTINATION="C:\inetpub\NAMECONFLICT="OVERWRITE"
FILEFIELD="NewFile">
But we need to use a HTML form like :
<form action="upload.cfm" method="post" enctype="multipart/form-data">
<input type="File" name="NewFile" size=40>
<input type="submit">
</form>
I don't want choose the file by this way because I want do this upload in VBA for Microsoft Word.
Thanks,
Guillaume