11-05-2008, 03:21 PM
[eluser]Ignacio[/eluser]
Hello everybody, I'm trying to build a webapp.
I need Upload .zip files. Easy, using the File Uploading Class.
Now, Unzip the file. Using the Zip Encoding Class, or http://codeigniter.com/wiki/Unzip/, I didn't test it yet, but this is not the issue.
Now the problem, I want to get the data ($this->upload->data()
for each of the files on the .zip.
This can be done? Any idea?
Thanks!
Hello everybody, I'm trying to build a webapp.
I need Upload .zip files. Easy, using the File Uploading Class.
Now, Unzip the file. Using the Zip Encoding Class, or http://codeigniter.com/wiki/Unzip/, I didn't test it yet, but this is not the issue.
Now the problem, I want to get the data ($this->upload->data()

This can be done? Any idea?
Thanks!