Download & Extend

PECL uploadprogress and yui example working, but drupal upload is not.

Project:File Upload Progress Monitor
Version:5.x-1.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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...

AttachmentSize
ScreenHunter_01 Nov. 01 01.14.gif1.87 KB
ScreenHunter_02 Nov. 01 01.15.gif1.86 KB
ScreenHunter_03 Nov. 01 01.15.gif12.19 KB
ScreenHunter_04 Nov. 01 01.16.gif5 KB

Comments

#1

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...