【发布时间】:2011-04-02 21:34:32
【问题描述】:
我需要为 Excel(2003 及更高版本)开发一个插件,它必须在单击保存按钮时上传 excel 文件(带有事件 Application_DocumentBeforeSave)。 我的问题是我该怎么做?
我尝试使用 Net.WebClient UploadFile 并在 WinXP 上运行正常,但在 Windows Vista 和 Windows 7 上不起作用,可能是 UAC 或某些安全模型正在停止操作,我不知道。
文件必须通过http和https上传。
感谢您的帮助。
【问题讨论】:
标签: .net file-upload ms-office uac add-on