I have an image in my program and I'd like to FTP it up to a server. I'd
like the customer not to have access to this image(unless they have bought
the program) so I want to upload this image via a stream. I was thinking
something along the lines of:

image1.picture.bitmap.savetostream(ms);
ms.position:=0;
//assign the stream to the ftpclient somehow??
ftpclient.put;

Is this possible with ICS?

Best regards,
Harold Holmes

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to