摘要:
protected void btnUpload_Click(object sender, EventArgs e) { int width = 0, height = 0; if (fileUpload.HasFile) { string dict = "/Content/Files/" + DateTime.Now.ToShortDateString() + "/"; string serverPath = Server.MapPath(dict)... 阅读全文
posted @ 2014-03-09 21:12
哈哈2222
阅读(216)
评论(0)
推荐(1)
浙公网安备 33010602011771号