|
软件标签: webuploadfile.ocx .ocx
webuploadfile.ocx是一款免费好用的http上传文件控件,能有效将本地文件传输到http页面中,使用简单上传稳定。快来绿色资源网下载体验吧!
webuploadfile.ocx软件介绍
免费http上传文件控件webuploadfile.ocx发布,让实现word在线编辑器变得容易
原理winsock模拟表单上传数据,这样一般的上传接收组件都可以接收,如我们常用的 upload.asp,java的upload.do等
webuploadfile.ocx使用说明
1)上传多文件
webupload.appenduploadfile "c:/1.jpg","c:/1.jpg"
webupload.appenduploadfile "c:/2.jpg","c:/2.jpg"
webupload.appenduploadfile "c:/3.jpg","c:/3.jpg"
webupload.uploadallfile
2)指定上传服务器各项参数,以下参数灵活设置
webupload.host = "192.168.0.x"
webupload.port = "8080"
webupload.path = "/abc/upload"
3)上传文件时同时带参数
webupload.appendformdata "name", "张三"
webupload.appendformdata "name2", "李四"
4)上传指定文件(一个文件)
webupload.uploadallfile "c:/3.jpg"

|
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|