Tips on adding PECL uploadprogress to your PHP scripts
I’ve been working on adding PECL Uploadprogress support to the drupal viddler module to give the user a better indication of how long the upload process will take. In this process I ran into a few gotchas that I thought I would pass along. Make sure to have the UPLOAD_IDENTIFIER hidden element before your file … Read more