Welcome Guest, Not a member yet? Register   Sign In
How to zip 2 images files and download the zip file?
#4

[eluser]Cristian Gilè[/eluser]
Code:
$path = 'path/to/file1';

$this->zip->read_file($path);

$path = 'path/to/file2';

$this->zip->read_file($path);

// Download the file to your desktop. Name it "my_backup.zip"
$this->zip->download('my_backup.zip');


Messages In This Thread
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 03:45 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 05:04 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 05:08 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 05:19 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 06:47 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 06:53 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 06:54 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 07:21 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 07:37 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 07:43 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 07:52 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 08:12 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 08:27 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 08:32 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 08:52 AM
How to zip 2 images files and download the zip file? - by El Forum - 01-07-2011, 09:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB