简体   繁体   English

如何配置SWFUpload与ASP.NET C#WebService一起使用?

[英]How do you configure SWFUpload to work with an ASP.NET C# WebService?

I'm trying to use SWFUpload with an ASP.NET Web Forms project. 我正在尝试将SWFUpload与ASP.NET Web窗体项目一起使用。 I need to get at Request.Files[0] But I can't do that in my WebService! 我需要获取Request.Files [0],但是我无法在WebService中做到这一点!

Anyone know a way around this? 有人知道解决这个问题的方法吗?

Thanks in advance. 提前致谢。

From what I can tell SWFUpload is a JS/Flash front-end control that is designed to work with a form, NOT a web service. 据我所知,SWFUpload是一个JS / Flash前端控件,该控件旨在用于表单而不是Web服务。 My guess is that if you need to in the end send the file to a web service you will need an intermediate page to take the upload and submit to the service. 我的猜测是,如果最终需要将文件发送到Web服务,则将需要一个中间页面来进行上传并提交给该服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM