61. File upload progress meter for PHP 4, at last!
Updated on: 2011-11-22
This post explains how to implement a upload progress meter for PHP sites, including those that still run PHP 4.
It also explains how to use a new plug-in of the Form Generation and Validation class to show an upload progress bar and live upload statistics using AJAX COMET requests.
The Forms Generation and Validation class is very important to the PHPClasses site since its beginning. This post tells about the story of the site and how this class motivated its creation.
More ... Post a comment See comments (35) Trackbacks (5)
It also explains how to use a new plug-in of the Form Generation and Validation class to show an upload progress bar and live upload statistics using AJAX COMET requests.
The Forms Generation and Validation class is very important to the PHPClasses site since its beginning. This post tells about the story of the site and how this class motivated its creation.
More ... Post a comment See comments (35) Trackbacks (5)
58. Responsive AJAX applications with COMET
Updated on: 2009-06-14
This post describes an approach used to implement highly responsive AJAX applications using the COMET approach.
It describes in detail how the AJAX COMET approach can be implemented in PHP.
It also discusses how HTTP compression and chunking affect AJAX response delays, as well aspects that may influence the choice between Apache 1.3.x with mod_gzip versus Apache 2.x with mod_deflate for AJAX COMET applications.
More ... Post a comment See comments (18) Trackbacks (4)
It describes in detail how the AJAX COMET approach can be implemented in PHP.
It also discusses how HTTP compression and chunking affect AJAX response delays, as well aspects that may influence the choice between Apache 1.3.x with mod_gzip versus Apache 2.x with mod_deflate for AJAX COMET applications.
More ... Post a comment See comments (18) Trackbacks (4)