Tagged Questions
6
votes
8answers
5k views
How do I upload large (> 25MB) files to a web service?
I have a web service that takes a byte[] and saves it.
This works fine for "small" files, but once I hit a certain size the web service fails and returns "The request failed with HTTP status 404: Not ...