Sending a file to a Webservice
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
Hello buddies, Can you guid me thru sending a file to Webservice so it can save it somewhere on the server? Thank you so much - Den 2 fly --- "Art happens when you least expect it."
If the file u r refering is in xml u can use xmlnode / xmldocument else u can send as an array of bytes and create the file on the server. cool man