使用javascript打开文件上传窗口

时间:2009-09-21 11:30:23

标签: asp.net javascript

我有一个按钮或链接按钮。我想通过单击按钮或链接按钮打开文件上传窗口。实际上那时我不会有任何文件上传控件。 任何人都可以通过JavaScript告诉我如何做到这一点吗?

2 个答案:

答案 0 :(得分:1)

<button onclick="window.open('the_page_containing_the_upload_form.html', 'Upload form')">Upload</button>

答案 1 :(得分:0)

我认为您要求打开文件上传对话框,只需单击输入元素本身以外的其他内容。

您不能只打开文件上传对话框,因为这是我们称之为安全问题的事情。 You can style the input field to make it look like something else