News Feed
Jobs Feed
Sections



Recent Jobs

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).

1 comment voice your opinion now!
file upload navigate directory information multiupload file upload navigate directory information multiupload




Similar Posts

Eric Reis' Blog: Why PHP won

Dotvoid.com: Generating Excel files with PHP

WebCheatSheet.com: Secure File Upload with PHP

Jeremry Johnstone's Blog: PHP interface to Picasa Web Albums

Jaisen Methai's Blog: Stop including class files and use __autoload() instead


Community Events









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


extension release developer symfony session job framework mysql testfest video php5 opinion group development community conference application windows zendframework book

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