Needs work
Project:
Audio
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2006 at 06:50 UTC
Updated:
4 Jun 2011 at 10:05 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | audio-80390.patch | 12.61 KB | mradcliffe |
Comments
Comment #1
drewish commentedyeah, it'd be nice but it's more javascript than i'm interested in working on. if anyone wants to submit a patch...
Comment #2
drewish commentedhttp://drupal.org/node/90163 is a dupe of this
Comment #3
Ryanbach commentedShouldn'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/
Comment #4
vm commentedjust 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 ?
Comment #5
solipsist commentedWith JQuery in Drupal 5 core it should be much easier to implement this by now. Any interest still?
Comment #6
drewish commentedi'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.
Comment #7
Leeteq commentedSubscribing.
Comment #8
alippai commentedSWFUpload solves this problem. We should intagrate it into cck, imagefield needs it too...
Comment #9
vm commentedThere is already a working patch implementing a progress bar in imagefield = http://drupal.org/node/132233#comment-690899
Comment #10
Shinzon commentedIs 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.
Comment #11
yngens commentedsubscribe
Comment #12
betz commentedneed the same, did you get this working?
Comment #13
drewish commentedComment #14
adshill commentedI would like this - audio files tend to be large and without some indication that the transfer is in progress, more less tech happy people will just feel its not doing anything. Even some kind of "Your file is currently uploading" indicator would be useful - could this be easier to implement? Only wish I could help with the development as this is a great module :)
PS - I would need this for 5.x AND 6.x...
Comment #15
drewish commentedi've looked into this a bit and the only way to actually show progress is by having a flash applet that does the actual file uploading. but in any case this definitely won't be backported to D5.
Comment #16
mradcliffeGood news to all those who are still using the audio module instead of audiofield!
Over the past weekend at Columbus GiveCamp we started and added this functionality to audio.module. We branched off of HEAD and created the ">GiveCamp-WCRS repository on github.com.
It supports both uploadprogress and theoretically APC, but the latter is not tested. It works best with getid3 functionality enabled.
Known Issues:
Patching:
git diff 636fc2f > audio-80390.patchpatch -p1 < audio-80390.patchin your sites/all/modules directory or -p2 from within the audio/ directory.Most of the changes are to audio_form.
Comment #17
ksraja33r commentedThank you very much. Its working fine....