News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
How to Upload Images Using PHP
February 02, 2009 @ 10:23:00

The PHPBuilder.com site has a quick new tutorial showing how to upload images to your server via a PHP script (including some error checking).

One of the most frequently asked questions about PHP is "how can I use PHP to upload an image". In this article we'll discuss the details of how you can do just that!

Their script is done in three steps - an HTML form to accept the input, the PHP script to handle the upload (working with the $_FILES superglobal) and another HTML page to let the user know their upload was a success. When the file is uploaded, they check for a few things: the internal error PHP could throw, ensuring that the uploaded file exists and checking to ensure that the file is an image. Only then is it moved over to the true uploads directory to be stored.

0 comments voice your opinion now!
upload image example tutorial superglobal files


blog comments powered by Disqus

Similar Posts

Elijaa.org: Using cas() command from PECL Memcached

Anthony Ferrara: Programming With Anthony - References

Tizag.com: PHP HTML Form Example

Webitech.net: Create an Impressive Content Editing System with jQuery and PHP

php|architect: Using PHP5's SOAP Support


Community Events











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


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

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