News Feed
Jobs Feed
Sections




News Archive
Programmer Assist:
Handling File Uploads With PHP
June 15, 2006 @ 05:55:44

Handling file uploads can be a little bit of a ticky concept to learn for developers just starting out, so it's good to have resources like this to look to for an introduction.

The post gives you a basic version of the two necessary parts for the upload - the HTML for the form and the PHP script to handle the uploaded data. Their sample script simply takes in the file and moves it over to their "/var/www/uploads" directory while ensuring it's a valid upload and that it could be moved.

It's nothing fancy, and there are some other considerations that need to be made for the uploads (like limiting the file type), but it's a place to start.

0 comments voice your opinion now!
file upload handling html form move_uploaded_file file upload handling html form move_uploaded_file


blog comments powered by Disqus

Similar Posts

Perplexed Labs: Convert HTML to PDF in PHP (libwkhtmltox extension)

PHPBuilder.com: File uploads made easy

Hardened-PHP Project: PHP HTML Entity Encoder Heap Overflow Vulnerability

FrSIRT Advisory: P-News Arbitrary PHP File Upload and Remote Information Disclosure Vulnerabilities

Johannes Schluter's Blog: References and foreach


Community Events











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


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

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