I have looked at http://www.codeproject.com/KB/XML/MTOMWebServices.aspx
and it's seems like a great way of transferring files between servers.
But what If you wanted to upload the file to database?! Do I still need to call database functions on every chunk?
Thanks,