The filename is just the name, the content is what
matters, and also wanted to know if echoing binary
data is ok ?

and what about images, can i send it through octect
stream ? will they turn up right ?

--- WreckRman2 <[EMAIL PROTECTED]> wrote:
> When doing this does the $file_name have to be in
> the current directory or
> can it be a URL?
> 
> 
> ----- Original Message -----
> From: Bojan Gajic <[EMAIL PROTECTED]>
> To: Natasha <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, January 27, 2001 2:13 PM
> Subject: Re: [PHP] Sending Download Header
> 
> 
> >
> > header("Content-Disposition: attachment;
> filename=$file_name");
> > header("Content-Type: application/octet-stream");
> file://or any other MIME
> type
> > ....
> > echo "Content";
> >
> > HTH,
> > Bojan Gajic
> >
> >
> > Natasha wrote:
> >
> > > Hi,
> > >
> > > I'm making a small thing, that sends download
> response
> > > to the header, so that I can build a file from
> some
> > > data in the mysql, and send the data. It can be
> both
> > > text and binary data, could some one help out
> how to
> > > go about this ?
> > >
> > > I know about Content-Disposition, but I don't
> know to
> > > build it.
> > >
> > > thanks.
> > >
> > >
> __________________________________________________
> > > Do You Yahoo!?
> > > Yahoo! Auctions - Buy the things you want at
> great prices.
> > > http://auctions.yahoo.com/
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> >
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to