Meter
esadot - November 21, 2007 - 14:44
| Project: | Upload Progress |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
I might be missing something trivial, but it I can't "persuade" the module to display the progress of node/file upload. In other words, I do get a progress bar, but the bar doesn't provide any indication to the actual upload percentage being done so far, and the remaining time to complete.
Regards,

#1
Hi,
The module is not able to display a percentage of the progress... I only show an animation while the form is uploading, so the user sees that something is happening.
I take note of your request.
Patrick
#2
Thanks Patrick for your prompt reply. While browsing for a solution I came across this piece of code, which looks just right for the problem. Do you think you can import it into your module?
Regards,
#3
look at http://drupal.org/project/uploadprogress. The goal for that module was slightly different - to show progress bar on ajax uploads of files but I have since found that the same model also works for upload-progress for the entire form with a minor code change.
The bleeding edge supports this feature - however need to work out some bugs before rolling it into CVS.
You can test the latest version (not in CVS yet) on the demo site.