Send an image over network?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nehamunnu
    New Member
    • Aug 2007
    • 2

    Send an image over network?

    Thank u so much for the soln to my question.

    I want to send a jpg image over a TCP/IP network thru my vb.net application.
    But my application is throwing following error:

    Unable to cast object of type 'System.Byte' to type string???

    How to convert an array of bytes to array or strings that can be sent over network??
Working...