I am trying to transfer some data from within the CLIENT example to a PC browser. This is just like the browser popping up a SAVE AS download box and lets you download the file to the desired folder on your computer.
My questions:
1) Is this possible at all?
2) What function(s) would be required? The closest function I can find is "httpSendFullResponse()" but it is not the one I am looking for.
3) I can actually dump this to the browser one line at a time, but the problem is one of the characters contain a "<" and so the browser treats it as a escape character and therefore truncates the rest of the line. Very frustrating.
Ideas?