[twsocket] How to send an Image over the network using wSocket

2005-12-17 Thread Persian Patient
Hello , I have to use ICS to send some images to another computer over the network . now I have to ask how can I send stream using wSocket from a side and how can I receive stream on another side ? please take a look at this sample code , I am using this technic to make stream of an

[twsocket] How to send an Image over the network using wSocket

2005-12-17 Thread Persian Patient
Dear Francois PIETTE , Hello , I have to send series of images one by one and receive this images in other side . it will looks like Video in receiver side . and another question is about send live webcam video using ICS , how can I send live webcam video over the network using ICS ?

[twsocket] how to send an Image ?

2006-01-10 Thread Persian Patient
Dear Friends , I have to send an Image from client side to server side I am using UDP protocol , I have to use WSocket in server and client . I have an question , have I size limite on wsocket ? Best Regards, Persian Patient

Re: [twsocket] how to send an Image ?

2006-01-10 Thread Persian Patient
image correctly . how to fix this problem ? and another question is how can I send large files using ICS ? Best Regards, Persian Patient . - Yahoo! Photos – Showcase holiday pictures in hardcover Photo Books. You design it and we’ll bind

Re: [twsocket] how to send an Image ?

2006-01-11 Thread Persian Patient
; then begin myData:=TMemoryStream.Create; myData.LoadFromFile(OpenPictureDialog1.FileName); myData.Position:=0; Size := WSocket1.Send(myData.Memory,myData.Size); memo1.Lines.add(inttostr(size)); end; Please help me to fix this problem . Best Regards