Uploading a file from a web form in PHP is easy. The online manual provides a Handling File Uploads section, and there are several articles on sitepoint.com, including How To Handle File Uploads With PHP by Kevin Yank.
kevin yankHow to Upload Large Files in PHP - SitePoint » PHPPlanet PHP Tue, 08/17/2010 - 01:35
Uploading a file from a web form in PHP is easy. The online manual provides a Handling File Uploads section, and there are several articles on sitepoint.com, including How To Handle File Uploads With PHP by Kevin Yank. Which Version of PHP Do You Use? - SitePoint » PHPPlanet PHP Wed, 06/09/2010 - 04:51
An interesting question was raised by dvduval in the SitePoint forums recently: Should we stop coding for PHP4? SitePoint.com: How To Handle File Uploads With PHPPHPDeveloper.org Fri, 07/10/2009 - 09:25
New on the SitePoint "PHP & MySQL Tutorials" blog today Kevin Yank has posted another excerpt from the "Build Your Own Database Driven Website Using PHP and MySQL" looking at handling file uploads in PHP. |