Welcome Guest, Not a member yet? Register   Sign In
Zip files from URL
#1

Hi;

How can I zip a few files from url?

This doesn't seem to be the right approach:

PHP Code:
$data = array(
'https://s3.amazonaws.com/files/templates/ai/Tactify+Card+Template+NFC+-+QR.ai' => 'NFC-QR-ai',
'https://s3.amazonaws.com/files/templates/ai/Tactify+Card+Template+NFC.ai' => 'NGF-ai');

$this->zip->add_data($data);
$this->zip->download('templates.zip'); 
Reply


Messages In This Thread
Zip files from URL - by behnampmdg3 - 03-08-2015, 11:39 PM
RE: Zip files from URL - by behnampmdg3 - 03-09-2015, 07:33 PM
RE: Zip files from URL - by silentium - 03-10-2015, 12:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB