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 ...
4
votes
5answers
509 views

What is the fastest way to send large binary file from one pc to another pc over the Internet?

I need to send large binary(2Gb-10Gb) data from one pc(client) to another pc(server) over the Internet. First I tried to use WCF service hosted in IIS using wsHttpBinding binding with message security ...