News Feed
Jobs Feed
Sections




News Archive
DevShed:
Uploading Files and Navigating Directories in PHP
August 30, 2006 @ 10:36:15

Continuing on in their latest series (begun with this part), DevShed has posted part two of their look at working with files in PHP - "Uploading Files and Navigating Directories in PHP".

They jump right in, giving you the needed settings for your php.ini file to get the examples to work (mainly for the file uploads). They explain what a file upload form looks like and what some of the potential error codes could be.

The code comes next, showing a simple file upload form taking in the file, moving it off to another directory, and if there are errors, displaying them. The next obvious step up from a single file upload is the multiple file upload, and they show how to use PHP's form handling of arrays to accomplish this.

Finally, they include a simple little script to read the directory the files are in and display the information about them (like size file, name, and modified date).

0 comments voice your opinion now!
file upload navigate directory information multiupload file upload navigate directory information multiupload


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: The Standard PHP Library (SPL)

Zend Developer Zone: Work with XML Data in the Zend Framework

Johannes Schluter's Blog: Upload Progress in PHP trunk

Wez Furlong\'s Blog: Don\'t blog bugs, file bug reports

Zend Developer Zone: The Standard PHP Library (SPL)


Community Events











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


code composer interview zendframework2 community development functional object example series release api opinion introduction testing framework database podcast conference language

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