C
Chris Dunaway
I'm working on a Windows Forms app that communicates with a server through
web services.
One requirement that I have is that I need to be able to send a .wav file
as well as a number of records to the server.
What is the recommended method for doing this? I can package the data
records into a dataset and send that, but how would I send the .wav file?
I want to create a web method that will take both in one call but I'm not
sure how to accomplish it. Any suggestions?
Thanks,
web services.
One requirement that I have is that I need to be able to send a .wav file
as well as a number of records to the server.
What is the recommended method for doing this? I can package the data
records into a dataset and send that, but how would I send the .wav file?
I want to create a web method that will take both in one call but I'm not
sure how to accomplish it. Any suggestions?
Thanks,