Server:

Client:

I basically want to get the same result as the server in the client window. The code to send is as follows:
Code: Select all
command PROT
put the URL "binfile:c:\windows\temp\test.jpg" into BASEVAR
put the base64encode of BASEVAR into BASE64
global IPADDRESS
write BASE64 to socket IPADDRESS
end PROT
Any ideas would be great!
Many Thanks,
Matthew.