Jump to content

Image download help


undertaker

Recommended Posts

Hello,

 

I made that script for previewing all the images in the directory:

 

 

$dir = "../images";
$images = glob($dir . "*.jpg");
foreach($images as $image)
{
echo $image;
}

 

Now what i would like to do is to put checkbox to every image. And when i press download button, all the selected images are downloaded. (as .zip, .rar)

 

Thank you very much for your help :)

Link to comment
https://forums.phpfreaks.com/topic/245946-image-download-help/
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.