News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Zend Developer Zone: Tracing PHP Applications with xdebug

Developer Tutorials Blog: Building Web 2.0 Tag Clouds in PHP

PHPBuilder.com: AJAX and PHP Part 4 - Forms and JavaScript Limitations

Zend Developer Zone: Whip Up a Yahoo! Mashup Using PHP

PhPL33t Blog: How to Automated Plesk Email Creation


Community Events









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


book example releases zendframework code zend mysql developer application package PEAR ajax PHP5 database framework release conference security job cakephp

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