2006年9月9日

摘要: 根据网上代码自己该动了些#region 上传图片到数据库 private void UpIMGButton_Click(object sender, System.EventArgs e) { string exName=UpFile.Value.Substring(UpFile.Value.LastIndexOf(".")+1).ToUpper();//找出图片的后缀名 ... 阅读全文
posted @ 2006-09-09 22:32 fatrick 阅读(220) 评论(0) 推荐(0) 编辑
 
摘要: //置于里面onSubmit="checkFileUpload(this,'GIF,JPG,JPEG,PNG,BMP',true,'','','','','','','');return document.MM_returnValue" 阅读全文
posted @ 2006-09-09 22:31 fatrick 阅读(1772) 评论(0) 推荐(0) 编辑
 
摘要: 多文件上传 多文件上传 CS代码:using System; using System.Collections; using System.Component... 阅读全文
posted @ 2006-09-09 22:07 fatrick 阅读(836) 评论(0) 推荐(0) 编辑