how to stream data from client to server.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Asha (Asha_at_discussions.microsoft.com)
Date: 09/16/04


Date: Wed, 15 Sep 2004 20:47:08 -0700

hi...
can someone show me how to stream large amount of data from client back to
server?
 i have serialize an image from the client, but the server only sees half of
the serialize xml. can i use streaming to steam the whole data back to the
server?

another Q, i;m using bytes, can the value of bytes be dynamiclly set?

e..g dim byt(400) as byte
can byt(400) be dynamiclly set?



Relevant Pages

  • Re: file transfer with sockets
    ... confirmation from client for each chunk before sending the next? ... to server, server interprets command, executes it, then simply returns ... files (hence the reading in chunks). ... sending the bytes over the stream. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How do I stop a Winsock from buffering characters?
    ... The client is just doing this to send: ... Stream s = client.GetStream; ... I just wan to send one character ... from the client code and have the server see it right away. ...
    (microsoft.public.windowsce.embedded)
  • Re: Client Server
    ... Otherwise, read a file in via a stream, make any required updates, and write ... > myself and compares it to the data that the client has sent to ... My response, though it was very general in nature, assumed exactly what you ... at some point you want the server to read this file in. ...
    (comp.lang.java.help)
  • Re: A Media Distribution Problem
    ... > A supplier wishes to sell his goods by realtime downloading ... One way to solve this is to lock each login to a MAC address at the server ... You have a MPEG stream being sent to the main distribution server. ... At the client end, each piece of software has a unique RSA private key. ...
    (sci.crypt)
  • Re: How do I stop a Winsock from buffering characters?
    ... There server is like this: ... Stream s = client.GetStream; ... The fist character does not show up the rest do ... first character of the client send. ...
    (microsoft.public.windowsce.embedded)