Programmatically downloaded file is larger than it should be
- by Dan Revell
I'm trying to download a file from SharePoint. The file itself is an InfoPath template although this is probably inconsequential.
If I put the url into internet explorer and save the file to disk, it comes in at 4.47KB and works correctly. If I try to download from the same Url in code the it comes back as 21.9KB and is corrupt. Why it's coming…