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

pfournier’s picture

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

esadot’s picture

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,

panis’s picture

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.