Sending binary data (General questions)
I am just testing your WebServer component in PowerBuilder 9, everything works fine [:smile:], but I do have troubles sending binary data, because response.body is a string, and PB only has zero-terminated
versions of strings, so it stops at the first ch(0).
Is there an easy way (besides saving the binary data to a file and sending it)?
Thanks,
Roland