C#源码大文件上传组件
更多请看源码。
//Getfileinfofromcontent.
string[]contentArray =m_content.Split(';');
stringm_temp =contentArray[0];
this.m_contenttype =m_temp.Substring(m_temp.IndexOf(":")+1).Trim();
m_temp =contentArray[1];
this.m_clientName =m_temp.Substring(m_temp.IndexOf("\"")+1,m_te
下载地址
用户评论