Currently I have been working on project where iPhone application need to send video in chunk to web-service developed in .NET and web-service need to receive all chunks and create and store file at .NET server.
So, is it possible to receive chunks and immediately store them in temp file so that we don't need to relay on buffer size in case large file is being uploaded (20-50 MB)? If someone provide the demo code then it would be great!