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 req
This doesn't specifically answer you question, but what I've done in the past is use WCF to transfer file names/paths/listings, but then use an FTP library to transfer the file via FTP.