Currently our web service sends files within one web service call. This would otherwise be just acceptable, but because our mobile devices have memory limitations of 40mb, this causes bit of a problem.
Unfortunately I can't modify the server side, so is there any way to enable chunking or streaming of files just by modifying the client? We are using Asp.Net web services (System.Web.Services, .NET3.5), but I'm also interested of hearing a WCF-solution, if that enables it.