File upload/download Web Service
Can anyone help me?
I need to write a WebService where I can pass a file to a webservice, and the webservice saves it onto a server directory. This file info will then be stored in the database.
Another webservice needs to be able to pass the file back again.
How do webservices work with files?