Active
Project:
File Upload Progress Monitor
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2008 at 08:31 UTC
Updated:
6 Oct 2011 at 21:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yngens commentedsubscribe
Comment #2
panis commentedno resources currently to do so - expect late fall
Comment #3
Anonymous (not verified) commentedsubscribing
Comment #4
joshmillerPanis -
There is still a need for this fabulous module. Thought you might want to know!
M
Comment #5
momper commentedsubcribe +1
Comment #6
Anonymous (not verified) commentedWe know in which module we are. ;-)
Comment #7
Babalu commentedsubscribing
Comment #8
joshmillerstill wishing the wish....
Comment #9
eranglr commentedSubscribe
Comment #10
saepl commentedI would like this as well. Thanks!
Comment #11
expatme commented+1
Comment #12
panis commentedi have no bandwidth to update this for 6.x - if anybody has a port I am can either help you check in the changes or grant you CVS access.
Comment #13
pobster commentedHere's an untested port - feedback please.
edit: on line 127 there's an extra set of
[]in the description for requirements (was there in original code), just remove them so it looks like this;From;
$upp_req['description'][] = $t('uploadprogress PECL extension is required... rest of code... blah...To;
$upp_req['description'] = $t('uploadprogress PECL extension is required... rest of code... blah...Pobster
Comment #14
momper commentedComment #15
Anonymous (not verified) commentedComment #16
Rosamunda commentedsubscribing
Comment #17
ckidowsubscribing
Comment #18
mudd commentedsubscribe
Comment #19
jlevis commentedsubscribing
Comment #20
pobster commentedSo no-ones willing to try the port I made? Yet you all subscribe to this thread... Some help you lot are... I wonder why I bother...
Pobster
Comment #21
Rosamunda commentedSorry fpor forgetting to review this :)
I´ve installed, with no warning messages, but cannot use it because "Use following Extension: Not supported on your server"
I´ll need to check out PHP version with my hosting company...
Comment #22
reaneyk commentedLooks like there's an error with the APC notification. See the attached screenshot.
Comment #23
jcmarco commentedI had uploadprogress running in a D5 installation using APC. (with all the requiered APC settings)
I have been testing this version in a D6 installation, and there is no errors in the module.
But the uploadprogress.js has errors as I think that it is not using the new Drupal.behaviors functionality.
This is the error:
Drupal.jsUpload is undefined
uploadprogress.js?C()()uploadpr...ress.js?C (line 79)
[Break on this error] Drupal.jsUpload.prototype.onsubmit = function () {
Comment #24
EgonO commentedsubscribe
Comment #25
ron williams commentedThis has been integrated with cck filefield as of Drupal 6. I'm not sure about the standard upload field though.
Comment #26
sydneyshan commentedI can see there is a bit of history to this thread - does anyone have any pointers to a working upload progress module for the 'File Attachments' node fields? I know CCK's FileField has uploadprogress support, but sadly File Attachments do not seem to benefit from the work done within that module.
I've tested the supplied port on Drupal 6.20 and don't see any change to the upload behaviour. CCK Filefield display the progress bar as usual, and File Attachments don't show the upload progress bar.
Is there any solution to this functionality gap at present? I'm kinda committed to using File Attachments due to the Private Upload module ( http://drupal.org/project/private_upload ) integration, and no Drupal 6 CCK Filefield alternative from what I can see.
Comment #27
sydneyshan commentedActually - this is possible using modules available for CCK, so ignore my comment #26 above :-) It's a shame be core upload does not have uploadprogress support, but as long as there is a viable way around it I'm happy...