Hi,

I have manage to install pecl uploadprogress tried out the examples and it works. See attached for SSs.

But when i chose to upload a file in drupal is just showing 'uploading file' and few seconds later 'uploading' with the ajax bar running. There's no statistics running.

Please help...thanks...

Comments

dropchew’s picture

Hi,

I have been tracing,

$status = uploadprogress_get_info($id);
if($status['bytes_total']) {

$status['bytes_total'] is returning a null value. But I am able to see the yui progressbar bar running...