How to resolve file corruption after upload through WCF Service.
Recently I Implemented a WCF Service to upload files. Implementation was fine and even file save to given location successfully, but when I try to open these files I got error messages saying that the file is not encoded properly or file is too large to open. After searching I got a sample code to overcome that issue. You can check original Implementation in here http://multipartparser.codeplex.com/ . Thanks Anthony for awesome code implementation.