Ejemplo n.º 1
0
 protected void Button4_Click(object sender, EventArgs e)
 {
     string res;
     upload up = new upload();
     res = up.Up(File2, "../uploads/");
     this.Label2.Visible = true;
     this.Label2.Text = up.Resup[Convert.ToInt32(res)];
     this.txtMusicPath.Text = up.s;
 }
Ejemplo n.º 2
0
 protected void Button3_Click(object sender, EventArgs e)
 {
     string res;
     upload up = new upload();
     res = up.Up(file1, "../uploads/");
     this.Label1.Visible = true;
     this.Label1.Text = up.Resup[Convert.ToInt32(res)];
     this.pic.Text = up.s;
     Image1.ImageUrl = "../" + pic.Text;
 }
Ejemplo n.º 3
0
    protected void Button4_Click(object sender, EventArgs e)
    {
        string res;
        upload up = new upload();

        res = up.Up(File2, "../uploads/");
        this.Label2.Visible    = true;
        this.Label2.Text       = up.Resup[Convert.ToInt32(res)];
        this.txtMusicPath.Text = up.s;
    }
Ejemplo n.º 4
0
    protected void Button1_Click(object sender, EventArgs e)
    {
        string res;
        upload up = new upload();

        res = up.Up(file1, "../uploads/");
        this.Label1.Visible = true;
        this.Label1.Text    = up.Resup[Convert.ToInt32(res)];
        this.pic.Text       = up.s;
    }
Ejemplo n.º 5
0
    protected void updataImg_Click(object sender, EventArgs e)
    {
        string res;
        upload up = new upload();

        res = up.Up(file1, "/files/");
        this.Label1.Visible = true;
        this.Label1.Text    = up.Resup[Convert.ToInt32(res)];
        this.pic.Text       = up.s;
        Image1.ImageUrl     = "/files/" + pic.Text;
    }
    protected void Button3_Click(object sender, EventArgs e)
    {
        string res;
        upload up = new upload();

        res = up.Up(file1, "../userfiles/");
        this.Label2.Visible = true;
        this.Label2.Text    = up.Resup[Convert.ToInt32(res)];
        this.pic.Text       = up.s;
        Image2.ImageUrl     = "../userfiles/" + pic.Text;
    }
Ejemplo n.º 7
0
    protected void Button2_Click(object sender, EventArgs e)
    {
        //这里是文件上传上传用户的头像
        string res;
        upload up = new upload();

        res = up.Up(file1, "files/");
        this.Label1.Visible = true;
        this.Label1.Text    = up.Resup[Convert.ToInt32(res)];
        this.pic.Text       = up.s;
        Image1.ImageUrl     = "files/" + pic.Text;
    }
Ejemplo n.º 8
0
    protected void Button3_Click(object sender, EventArgs e)
    {
        string res;
        upload up = new upload();

        res = up.Up(File2, "../files/");

        this.Label2.Visible = true;
        this.Label2.Text    = up.Resup[Convert.ToInt32(res)];
        this.TextBox2.Text  = up.s;
        Image1.ImageUrl     = "../files/" + up.s;
    }
Ejemplo n.º 9
0
    protected void Button1_Click(object sender, EventArgs e)
    {
        string res;
        upload up = new upload();

        res = up.Up(file1, "../uploads/hp/");
        this.Label1.Visible = true;
        this.Label1.Text    = up.Resup[Convert.ToInt32(res)];
        this.pic.Text       = up.s;
        this.demo.Text      = up.s;

        string res1;
        upload up1 = new upload();

        res1 = up1.Up(file2, "../uploads/zz/");
        this.Label2.Visible = true;
        this.Label2.Text    = up1.Resup[Convert.ToInt32(res1)];
        this.pic2.Text      = up1.s1;
        this.demo1.Text     = up1.s1;

        string res2;
        upload up2 = new upload();

        res2 = up2.Up(file3, "../uploads/zs/");
        this.Label3.Visible = true;
        this.Label3.Text    = up2.Resup[Convert.ToInt32(res2)];
        this.pic3.Text      = up2.s2;
        this.demo2.Text     = up2.s2;

        string res3;
        upload up3 = new upload();

        res3 = up3.Up(file4, "../uploads/zl/");
        this.Labe14.Visible = true;
        this.Labe14.Text    = up3.Resup[Convert.ToInt32(res3)];
        this.pic4.Text      = up3.s3;
        this.demo5.Text     = up3.s3;

        data.RunSql("insert into pic(name,hp,zz,zs,zl,upload)values('" + Session["danwei"].ToString() + "','" + up.s + "','" + up1.s1 + "','" + up2.s2 + "','" + up3.s3 + "','" + '是' + "')  ");
    }