Hello, this might be a newbie question. I am uploading files to my http
script, using $_FILES . That's how I get binary data into my script. How
do I return it? Echo only returns text data, right? Is there any way to
pass binary data back from a script?