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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top