Posted by Jerry Stuckle on 11/25/07 06:58
Bint wrote:
> 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?
>
> Thanks
> B
>
>
>
Put the data into a file and download the file.
Echo will return anything you tell it. But most browsers will get quite
upset if you send characters not in the specified charset.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|