搜索资源列表
WebClient
- 模拟http post,可以提交网页和文件,采用multipart/form-data方式,上传数据流-Analog http post, you can submit pages and files, using multipart/form-data mode, the upstream data stream
MultiTaskIndicator
- This sample source code for multipart loading indicator for .net grids-This is sample source code for multipart loading indicator for .net grids
webemailmonitor-v1.0712
- pop3 高级编写Client ActiveX for safe message delivery with SMTP protocol * Easy usage - one line command for complete delivery * Attachments, multipart messages, embed images, unicode support * Secure! SSL/TLS for transport, S/MIME for content prot
j_14090_CPop3Connection
- Client ActiveX for safe message delivery with SMTP protocol * Easy usage - one line command for complete delivery * Attachments, multipart messages, embed images, unicode support * Secure! SSL/TLS for transport, S/MIME for content protection
Clever_Internet_ActiveX_Suite_6[1].2.145.2
- clever internet activex edition, it will help that easy to make internet programming, support to read webpage, write webpage, get multipart data, like flashget or internet download accelator
virtuoso_skill_code
- 用于 cadence virtuoso的skill代码 CCStoggleLayerSel.il 选择LSW对应层上的所有图形 coord.il 得到选择obj的坐标并输出 dataBrowser.il 显示cellview的所有数据 doublesel.il 选择与当前选择的obj相同的其它obj objinfo.il 在virtuoso界面显示鼠标点击选择obj的信息,如W L,面积,Layer,网线名称 Path_Length.il 计算path的长度 P
WebClient
- 模拟http post,可以提交网页和文件,采用multipart/formdata方式,上传数据流-Analog http post, you can submit pages and files, using multipart/form-data mode, the upstream data stream-data方式,上传数据流-Analog http post, you can submit pages and files, using multipart/form-data mod
HttpMultipart
- WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartForm