摘要: var request = this.Context.Request; HttpPostedFile files = request.Files["idFile"]; string newname = null; if (files.ContentLength > 0) { try { string 阅读全文
posted @ 2015-08-18 10:09 Mr.Alpha 阅读(3842) 评论(0) 推荐(0) 编辑
摘要: <script> //检查图片的格式是否正确,同时实现预览 function setImagePreview(obj, localImagId, imgObjPreview) { var array = new Array('gif', 'jpeg', 'png', 'jpg', 'bmp'); / 阅读全文
posted @ 2015-08-18 10:01 Mr.Alpha 阅读(469) 评论(0) 推荐(0) 编辑