Posted by taps128 on 11/26/07 06:03
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
>
>
header('Content-Disposition: attachment;filename=zipfile.zip');
echo $zipfile;
Navigation:
[Reply to this message]
|