Hi,
Is there a way in C# to post a file to a web service without using the File Browser control. The actual requirement is my application is generating an XML file and I need to post that XML file to a web service as a parameter. Please note I need to post the actual file not the content or path of the file. Is there any way to do this in C#?
Thanks a lot in Advance!
Ravi Jindal
Is there a way in C# to post a file to a web service without using the File Browser control. The actual requirement is my application is generating an XML file and I need to post that XML file to a web service as a parameter. Please note I need to post the actual file not the content or path of the file. Is there any way to do this in C#?
Thanks a lot in Advance!
Ravi Jindal
Comment