摘要: Page.ClientScript.RegisterStartupScript(this.GetType(),"",""); 阅读全文
posted @ 2013-12-04 14:54 易尔购 阅读(590) 评论(0) 推荐(0) 编辑
摘要: //上传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 阅读全文
posted @ 2013-12-04 14:33 易尔购 阅读(200) 评论(0) 推荐(0) 编辑