Active
Project:
File Upload Progress Monitor
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2008 at 17:17 UTC
Updated:
1 Nov 2008 at 05:06 UTC
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...
| Comment | File | Size | Author |
|---|---|---|---|
| ScreenHunter_04 Nov. 01 01.16.gif | 5 KB | dropchew | |
| ScreenHunter_03 Nov. 01 01.15.gif | 12.19 KB | dropchew | |
| ScreenHunter_02 Nov. 01 01.15.gif | 1.86 KB | dropchew | |
| ScreenHunter_01 Nov. 01 01.14.gif | 1.87 KB | dropchew |
Comments
Comment #1
dropchew commentedHi,
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...