您的位置:程序门 -> .net技术 -> c#



接收附件


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


接收附件[无满意答案结贴,结贴人:wen587420051]
发表于:2007-06-12 21:02:19 楼主
如果接收附件?
filestream   sw   =   new   filestream(filenames,   filemode.create,   fileaccess.write);
while   (aas   ==   true)
{
      sztemp   =   rdstrm.readline();
                                                                                                                                examination1   =   sztemp;
if   (examination1.length   ==   0   ¦   examination1   ==   "-- "   +   _boundary[sl]   ¦   examination1   ==   "-- "   +   _boundary[sl]   +   "-- "   )
{
      aas   =   false;
      break;
  }
string   base64   =   sztemp;
                                                                                                                                messagebox.show(base64);
byte[]   data   =   system.convert.frombase64string(base64);
sw.write(data,   0,   data.length);
  }

好象有问题。请指教!!在线等
发表于:2007-06-12 21:14:561楼 得分:0
来人哦。。。。。。。。。。急。。。。


快速检索

最新资讯
热门点击