摘要:
Page.ClientScript.RegisterStartupScript(this.GetType(),"",""); 阅读全文
摘要:
//上传protected void Button1_Click(object sender, EventArgs e) { if (FileUpload1.HasFile) { string fileContentType = FileUpload1.PostedFile.ContentType; if (fileContentType == "image/bmp" || fileContentType == "image/gif" || fileContentType == "image/pjpeg") { string name 阅读全文