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 |
Jump to:
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...
| Attachment | Size |
|---|---|
| ScreenHunter_01 Nov. 01 01.14.gif | 1.87 KB |
| ScreenHunter_02 Nov. 01 01.15.gif | 1.86 KB |
| ScreenHunter_03 Nov. 01 01.15.gif | 12.19 KB |
| ScreenHunter_04 Nov. 01 01.16.gif | 5 KB |

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