News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
How to Open Zip Files with PHP
December 31, 2008 @ 12:04:06

The NETTUTS.com site has a new tutorial/screencast posted looking at their method for opening up uploaded zip files with PHP:

ThemeForest has a nice feature; It allows the authors to upload zip files containing screenshots of their themes. A script then extracts these files and displays the images accordingly. Though I doubt that the developers used PHP to accomplish this task...that's what we're going to use!

They create a simple form with one field - a file input - and write some basic PHP around it. The script ensures that it was a zip file that was uploaded (based on the mime type) and passes it through a ZipArchive class to do the hard work. This class and the rest of the source can be downloaded from the site.

0 comments voice your opinion now!
open zip file tutorial upload mime type download source


blog comments powered by Disqus

Similar Posts

Derick Rethans' Blog: What is PHP doing?

Maurice Fonk's Blog: Smarty and the Zend Framework

ZendCasts.com: Writing Composite Zend_Form Elements

Ade Slade's Blog: Integrating Zend Framework 1 and Pimple

Developer Tutorials: Rapid Application Development with CodeIgniter


Community Events











Don't see your event here?
Let us know!


functional framework usergroup development language interview podcast opinion series symfony2 rest database introduction release testing example zendframework2 conference community phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework