Jump to content

Href Download Link


doddsey_65

Recommended Posts

When the user clicks on the link i want it to open the download file dialog box so the user can download the file. Instead it opens the file in the browser. What am i doing wrong? Here is my code.

 

<?php echo 'Attachment - <a href="ftp://thevault.000a.biz/swn/'.$row->attachment.'">'.$row->attachmentname.'</a>'; ?>

 

$row->attachment is the filepath of the file on the server and $row->attachmentname is the name the user inputs.

 

Link to comment
https://forums.phpfreaks.com/topic/201303-href-download-link/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.