Upload progress meter
Eliyahu - August 24, 2006 - 06:50
| Project: | Audio |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Some files can take many minutes to upload so I think it would be a good idea to have an upload progress meter to tell the user which % of the upload has uploaded.

#1
yeah, it'd be nice but it's more javascript than i'm interested in working on. if anyone wants to submit a patch...
#2
http://drupal.org/node/90163 is a dupe of this
#3
Shouldn't this be an issue with the Upload module in core?
I would like a upload progress meter for ALL uploads... ;)
This is the closest thing I have found, PHP & Javascript (AJAX): http://www.devpro.it/upload_progress/
#4
just thinking out loud here, I'm guessin there is no way to tie it in with the drupal update.php progress bar ? that is already used in drupal ?
#5
With JQuery in Drupal 5 core it should be much easier to implement this by now. Any interest still?
#6
i'm not sure. the problem is that when a file is uploaded we parse out all the metadata to fill out the fields. having an ajax progress bar would in some ways defeat workflow... and i don't know enough javascript to know the "right" way to do it.
#7
Subscribing.
#8
SWFUpload solves this problem. We should intagrate it into cck, imagefield needs it too...
#9
There is already a working patch implementing a progress bar in imagefield = http://drupal.org/node/132233#comment-690899
#10
Is there any way to implement that patch to AUDIO module? That patch work for AUDIOFIELD, but i need that in audio module.
There is a big diference. In audiofield, imagefield or every field, there is an upload button underneath, but in audio module there is only submit button. So is there any way to integrate upload progress meter?
Thanks.
#11
subscribe