Applicatins are built by using C#. one of the tasks is transfer a image file from server to client via web service (SOAP). in the client side, the image file will be saved to disk, no web page.
one of my co-workers told us, the data transferred between server and client must be under 8k, so we need to cut our image file, which is 2M, into smaller pieces.
is that true?
Right now the data can be transferred between client and server. The size is right but the content is not because the display is not the same when we open the received file. My co-workers tried different encoding but none works.
which encoding we should use? UTF8?