简体   繁体   中英

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. I need to get at Request.Files[0] But I can't do that in my 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. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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