[PHP] Newbie: function for downloading

2002-02-01 Thread Manuel Ritsch

Hey There

I have a little question

I'm making a page where you can download mp3's (hip hop and funk beats made
by myself) and i want, if you press on the
link (a href=yadayada.mp3), that it doesn't start an internal audio
player (like some configurations/browsers do), rather i want that the
download dialog (like when you download .exe or .zip files) appears to save
the mp3 on your harddisk, can anyone give me a tip?

Greets
-- manu



-- 
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]




RE: [PHP] Newbie: function for downloading

2002-02-01 Thread Rick Emery

Well, the quick and dirty is that the user RIGHT-CLICKs on the link.  The
Context menu will display which invites the user to Save Target As.

But I gues you really want a LEFT-CLICK option?

-Original Message-
From: Manuel Ritsch [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 01, 2002 12:02 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Newbie: function for downloading


Hey There

I have a little question

I'm making a page where you can download mp3's (hip hop and funk beats made
by myself) and i want, if you press on the
link (a href=yadayada.mp3), that it doesn't start an internal audio
player (like some configurations/browsers do), rather i want that the
download dialog (like when you download .exe or .zip files) appears to save
the mp3 on your harddisk, can anyone give me a tip?

Greets
-- manu



-- 
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]