News Feed
Jobs Feed
Sections




News Archive
Cormac's Blog:
Fast server-side rejection of large image uploads using $_FILES
August 29, 2008 @ 12:58:04

Recently on his blog Cormac has posted a quick little tutorial on making things a bit faster when rejecting file uploads in PHP that are just a bit too large.

Discovered today you can report to a user if the file(s) he/she is uploading is too large without having to wait for the file to finish uploading by checking $_FILES.

The key is the "error" field in the $_FILES array that actually returns its value before the upload is finished if the size of the file is larger than the MAX_FILE_SIZE set in the POSTed information of the form. The Content-length header is sent before the actual payload (the file upload data) so PHP can interpret that before the upload starts and kick it back with an error if it's too large.

0 comments voice your opinion now!
file upload maxfilesize contentlength fast tutorial


blog comments powered by Disqus

Similar Posts

Rob Allen: Integrating BjyAuthorize with Zend\Navigation

DeveloperTutorials.com: Effective Geotargeting with PHP

PHPit.net: Taking a first look at the AutoCRUD for PHP library

DevShed: Building a Logout Class

PHPBuilder.com: PHP Multithreading with cURL


Community Events











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


language application testing release functional unittest opinion podcast introduction zendframework2 phpunit code community series example interview development framework conference object

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