如何使用VBA在Internet上传文件?

时间:2016-02-15 16:42:20

标签: html vba filedialog

我有这个HTML代码,我的VBA代码中有文件的路径,但我不知道如何上传这个文件。

<td>
                    <div style="display:none;"><input type="file" name="ctl00$ctl00$cphc$corpo$ucAndamento$fuDocumento" id="ctl00_ctl00_cphc_corpo_ucAndamento_fuDocumento" /></div>
                    <div id="divControles"></div>
                    <input type="hidden" name="ctl00$ctl00$cphc$corpo$ucAndamento$hdnDocumentos" id="ctl00_ctl00_cphc_corpo_ucAndamento_hdnDocumentos" />
                </td>

我唯一尝试的是:

IE.document.getElementById("ctl00_ctl00_cphc_corpo_ucAndamento_fuDocumento").click

但它打开一个FileDialog,什么也不做。

0 个答案:

没有答案