Click to See Complete Forum and Search --> : MIME attachment support in Webservice


Mafioso
September 10th, 2002, 04:43 AM
Hello all,

I currently want to develop a WebService by C#, roughly as follows:
MyWebService
------------------
Function uploadPackages(...)

uploadPackages function is used to upload binary data including :
XML document and images.

I write the service in C# and use .NET FrameWork library. Please
tell me how to impliment this prob with MIME attachment (RFC 2045)

It is preferable to show me concrete examples.

Thank in advance.