摘要:
//上传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
易尔购
阅读(206)
评论(0)
推荐(0)
浙公网安备 33010602011771号