Jump to content

Downloading of File on a specific Location


habib009pk

Recommended Posts

Hi Friends,

 

I am facing a problem, i want to download a file on a specific loacation. Actually i have the URL of the image file through which i want to download that image.

 

I am using a code which is use for download the same images

 

i.e

 

header("Content-Type: application/octet-stream;");

header("Content-Transfer-Encoding: binary");

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

readfile($file);

 

but this code can open the save dialog box but i want that image can be saved in the temporary directory for temporary time then i want to attach these images in a mail but this is the next phase.

 

Kindly help me regarding this that image can be save in any directory(fixed) without opening the save dialog box.

 

Waiting for you reply

 

Regards

 

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.