Button for downloading fonts

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
arpitam
Forum Newbie
Posts: 2
Joined: Tue Sep 12, 2006 3:32 am

Button for downloading fonts

Post by arpitam »

Hi,
I want to put one button as "Download Hindi Font". Clicking on it, it will display download window to save the fonts file. How Can I do it? :(
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Like any other download?
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Link to the file and instruct people to right-click to save?

Or you can use a PHP script so you can monitor downloads and they can just click it...


eg. http://www.higherpass.com/php/Tutorials ... -Security/
Post Reply