搜索资源列表
lyfupload
- LyfUpload 是一个免费 的ASP组件,遵从 RFC-1867 HTTP 请求, 它可以在ASP页面中 接收客户端浏览器使用encType= \"multipart/form-data\" 的Form上载的文件。 本版本支持单文件上载、多文件上载、限制文件大小上载、限制某一类型文件上载、 文件上载到数据库、数据库中读取文件及文件上载重命名等功能。-LyfUpload is a free ASP components comply with the RFC-1867 HTTP request
HTTPClient
- This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirecti
带附件及Html显示的邮件发送类
- unit UnitSendMail; interface uses Windows, SysUtils, Classes,StdCtrls, ExtCtrls, ComCtrls, Dialogs, IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdExplicitTLSClientServerBase,IdMessageClient, IdSMTP
Web_based.rar
- Web based binary image upload for ARM LPC2366 controller. Toolchain is Keil Realview MDK ARM ver 3.2 with RL ARM Real time Lib 3.40. RAR file contains webiap2.cgi file and HTTP_cgi file. HTTP_cgi file is modified in cgi_process_data to upload binary
WebClient
- 模拟http post,可以提交网页和文件,采用multipart/form-data方式,上传数据流-Analog http post, you can submit pages and files, using multipart/form-data mode, the upstream data stream
Spring
- Spring源代码,开源的src\org\springframework\web\multipart\MultipartFile.java MVC上传文件-Spring code src\org\springframework\web\multipart\MultipartFile.java MVE Upload file
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
HTTP-MULTIPART-COMMUNICATION
- HTTP MULTIPART COMMUNICATION, Java ME
python-messaging
- 纯PHTHON写的短信彩信的编码解码源代码, 支持7位/8位/UCS2编码 支持长短信 状态报告 -A SMS/MMS encoder/decoder written 100 in Python. SMS Features ============ * Supports 7bit, 8bit and UCS2 encodings * Multipart encoding/decoding * Status report encoding/decodin
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
UploadPhoto
- 通过http协议模仿multipart方式上传文件-upload file by http protocal
YiKongJianDaYinMoKuai
- 本模块可将‘外形框’ 下的所有子控件画到‘画板’上供打印 支持,标签、编辑框、组合框、图片框、日期框、高级表格。 增加了,多联单据边框颜色,和可编辑的文本颜色-This module can be painted the the shape box under the child controls to the drawing board altar Print Support, labels, edit boxes, combo boxes, picture frames,
rfc2388
- rfc2388 defines multipart/form-data which is primarily used for HTTP file upload.
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
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
MultipartEntity
- Implements a request entity suitable for an HTTP multipart POST method.