upload_progress
Categories
Component ID
2402133
Component name
upload_progress
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
What is this?
This is a little module for Drupal 7 that uses client-side JavaScript to display the progress of a running upload. It does not require the uploadprogress PECL module or APC and works great on configurations without Apache/mod_php, i.e. FastCGI/fcgi on Apache or Nginx or Lighttpd.
How does it work?
This module uses the progressEvent fired by XMLHttpRequest in order to update the upload progress bar.
Caveats
This module replaces the jquery.form library shipped by Drupal 7 with the most recent one from malsup. However, no issues related to this are known so far.
