How can I configure SWFUpload to work with ASP.NET C # WebService?

I am trying to use SWFUpload with an ASP.NET Web Forms project. I need to get Request.Files [0] But I cannot do it in my WebService!

Does anyone know about this?

Thanks in advance.

+1


source to share


1 answer


From what I can tell, SWFUpload is a JS / Flash frontend that is designed to work with a form, not a web service. My guess is that if you need to submit a file to the web service at the end, you need an intermediate page to upload and submit to the service.



0


source







All Articles