File attachment

  • Thread starter Thread starter Julie
  • Start date Start date
J

Julie

Hi,

I would to develop a client in java and a web service in C# (with .NET
framework) with DIME. The client upload a file, called the web service
to attach the file and send it to the server. How can i do ? Is it
possible ? Some samples exist ?

Thanks
 
In the simplest model, you can send data as binary or string. For example:
.... SendFile(string FileName, string FileData) ...

Somchai
 
Back
Top