Active
Project:
Upload Progress
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2007 at 14:44 UTC
Updated:
14 Feb 2008 at 10:34 UTC
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,
Comments
Comment #1
pfournier commentedHi,
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
Comment #2
esadot commentedThanks 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,
Comment #3
panis commentedlook 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.