I have been trying to find information regarding if it is possible to upload and download files using WCF Data Services (formerly ADO.NET Data Services), but haven't been able to make any leads due to perhaps less help content available on wcf data services on the web as of now.
Is it possible for us to write a wcf data service so that client can post to the following URI to upload a file - http://some-restfulwebservice/Files/upload
and this url to download the fie - http://some-restfulwebservice/File('XYZ.txt')/download
Any good examples/sample code? Any help or direction would be appreciated?