找回密码
 立即注册

QQ登录

只需一步,快速开始

bj_zm

中级会员

48

主题

169

帖子

713

积分

中级会员

积分
713

活字格认证微信认证勋章

bj_zm
中级会员   /  发表于:2014-11-5 17:56  /   查看:5779  /  回复:5
_uploader.AddFile 都是通过dialog.Files选择文件上传的,能不能不选择,直接上传 Byte()或者Stream 文件上去?

5 个回复

倒序浏览
Alice
社区贡献组   /  发表于:2014-11-5 18:17:00
沙发
回复 1楼bj_zm的帖子

请问,你使用的是什么平台下的uploader控件?wpf么?
请点击评分,对我的服务做出评价!  5分为非常满意!

葡萄城控件服务团队

官方网站: http://www.gcpowertools.com.cn
回复 使用道具 举报
bj_zm
中级会员   /  发表于:2014-11-5 21:29:00
板凳
回复 2楼Alice的帖子

Silverlight
回复 使用道具 举报
Alice
社区贡献组   /  发表于:2014-11-6 10:28:00
地板
回复 3楼bj_zm的帖子

C1Uploader的AddFile方法有三个重载方法:
1.Public method  AddFile(FileInfo)  
Adds a file to the Files collection that will be sent to the server when the BeginUploadFiles() method is invoked.

2.Public method  AddFile(String)  
Adds a file to the Files collection that will be sent to the server when the BeginUploadFiles() method is invoked.

3.Public method  AddFile(String, Stream)  
Adds a Stream to the Files collection that will be sent to the server when the BeginUploadFiles() method is invoked.  

你可以使用AddFile(string, stream)添加stream到Files collection。

文档如下:
http://helpcentral.componentone. ... ploader_AddFile.htm
请点击评分,对我的服务做出评价!  5分为非常满意!

葡萄城控件服务团队

官方网站: http://www.gcpowertools.com.cn
回复 使用道具 举报
bj_zm
中级会员   /  发表于:2014-11-6 13:45:00
5#
回复 4楼Alice的帖子

抱歉美女,没仔细看,疏忽了。呵呵
回复 使用道具 举报
Alice
社区贡献组   /  发表于:2014-11-6 15:49:00
6#
回复 5楼bj_zm的帖子

没事,不用客气。

评分

参与人数 1满意度 +5 收起 理由
bj_zm + 5 热情服务。

查看全部评分

请点击评分,对我的服务做出评价!  5分为非常满意!

葡萄城控件服务团队

官方网站: http://www.gcpowertools.com.cn
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部