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

dropchew - October 31, 2008 - 17:17
Project:File Upload Progress Monitor
Version:5.x-1.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

dropchew - November 1, 2008 - 05:06

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

 
 

Drupal is a registered trademark of Dries Buytaert.