<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 12 Feb 2012 20:30:13 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Uploading Files and Navigating Directories in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6178</guid>
      <link>http://www.phpdeveloper.org/news/6178</link>
      <description><![CDATA[<p>
Continuing on in their latest series (begun with <a href="http://www.phpdeveloper.org/news/6116">this part</a>), DevShed has posted <a href="http://www.devshed.com/c/a/PHP/Uploading-Files-and-Navigating-Directories-in-PHP/">part two</a> of their look at working with files in PHP - "Uploading Files and Navigating Directories in PHP".
</p>
<p>
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.
</p>
<p>
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. 
</p>
<p>
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).
</p>]]></description>
      <pubDate>Wed, 30 Aug 2006 10:36:15 -0500</pubDate>
    </item>
  </channel>
</rss>

