ASP.NET怎么打开一个文件夹对话框?
功能:浏览文件夹,并且获取用户选中的的目录,大家帮帮忙啊
[解决办法]
<INPUT id= "Upfile " type= "file " name= "File1 ">
// OR
<asp:fileupload id=file1 runat=server />
[解决办法]
<input type=button value=保存 onclick=document.execCommand( 'SaveAs ')>
[解决办法]
<input type=button value=保存 onclick=document.execCommand( 'SaveAs ')>
这个不行吗?