Jump to content

downloading + zipping multiple tiff files.


Confidence

Recommended Posts

Hi guys,

 

i have an array of data, with customers and their pics.

something like:

 

array (customerid=>customerpic,...........);

something like

 

my goal is to:

1. go through the array and download all the pics, with names like customerid.tiff

2. when done renaming, make a zip file ON-THE-FLY

3. download the zip file to my PC.

 

i know i can use file_put_contents and things like that, but i am not able to really connect the dots, especially the zipping of them all on the fly.....anyone has an idea on this?

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/226938-downloading-zipping-multiple-tiff-files/
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.