Welcome Guest, Not a member yet? Register   Sign In
How to upload and zip files ?
#3

[eluser]pisio[/eluser]
[quote author="cahva" date="1285907153"]Heres the things you need:
File uploading class
Zip encoding class

..and finally unlink() for deletion :)[/quote]
Only
Quote:$name = 'mydata1.txt';
$data = 'A Data String!';

$this->zip->add_data($name, $data);

// Write the zip file to a folder on your server. Name it "my_backup.zip"
$this->zip->archive('/path/to/directory/my_backup.zip');
I'm not sure. I see $this->zip->download('my_backup.zip'); and I don't want to download it.
I'll tray. Sorry for my bad English.
TNX !


Messages In This Thread
How to upload and zip files ? - by El Forum - 09-30-2010, 04:12 PM
How to upload and zip files ? - by El Forum - 09-30-2010, 05:25 PM
How to upload and zip files ? - by El Forum - 10-01-2010, 01:02 AM
How to upload and zip files ? - by El Forum - 10-01-2010, 11:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB