资源简介

试了好多还是不行 终于找到一个能用于web打开的savefiledialog或者openfiledialog了 需要添加system.windows.forms引用

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Windows.Forms;
using System.Threading;


public partial class Default2 : System.Web.UI.Page
{
    protected void Page_Load(object sender EventArgs e)
    {
      
    }

    protected void Button1_Click(object sender EventArgs e)
    {
       // Response.Write(“ript>document.execCommand( ‘SaveAs ‘null ‘Docs/

评论

共有 条评论