Jump to content

[SOLVED] button


spooke2k

Recommended Posts

i  have a set of images on a website and i want to create a button for each one that then brings up save file pop up like websites if u download a file so that they can select which image they wish to click so its more simple than right click etc does anyone know how to do this.

 

so basically click button find image relation to that button and then gives a pop up so that they can save file please

 

Spooke2k

 

Many thanks

 

 

 

 

Link to comment
Share on other sites

any a while of searching i have found what i wanted and hope this helps others in future as well as it has helped me.

 

$file = 'http://etc';

header('Content-Description: File Transfer');

header('Content-Type: application/force-download');

header('Content-Length: ' . filesize($filename));

header('Content-Disposition: attachment; filename=' . basename($file));

readfile($file);

?>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.