What's new in PHP V5.2, Part 5: Tracking file upload progress

Submitted by michael on Thu, 01/01/2015 - 16:16

PHP V5.2 added hooks for developers to take advantage of tracking file upload progress
in real time. This article, Part 5 of a five-part "What's new in PHP V5.2" series, shows how
to monitor file uploads and write code accordingly, with the creation of a PHP progress bar.