07 2007 档案
把图片保存到数据库的实现
摘要:/// /// 将照片转换为二进制数组 /// /// /// private byte[] PhotoToArray( string path ) { FileStream stream = new FileStream( path , FileMode.Open , FileAccess.Read ) ; byte[] bufferPhoto =new byte[s... 阅读全文
posted @ 2007-07-10 10:41 失落 阅读(241) 评论(0) 推荐(0)