C#C
C#3y ago
kolya112

❔ Problem with WebClient

Downloading a file using DownloadFile(). What can limit file upload size via WebClient? There are files with a size of 1.4 and 1.5 GB (they have the same size on the server), they are loaded correctly in the browser, but from under the code, via WebClient.DownloadFile() - no, only +- 1.05 GB is loaded
Was this page helpful?