Tagged Questions

4
votes
6answers
705 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 …