You need to transfer 1 GB using a web service . I think to transfer piecewise I use msmq . Maybe there is a way easier?

  • m, can they simply be written to a file and transmitted over the network by ordinary http? - KoVadim
  • It seems to me that on the server-side any solution that can stream chunk by chunk. files is suitable for this chunk by chunk. See stackoverflow.com/questions/608480/… - Costantino Rupert

1 answer 1

And what's wrong with the method, when you implement a web method that will accept, say, the file name, offset, block_length, binary data, say 16kb, And will it send or receive it, deciding which piece it needs?