Upload progress bar no longer works

dsantangelo - June 11, 2009 - 17:53
Project:CDN2 Video
Version:5.x-2.x-dev
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

node/add/x video upload progress bar stays at 0% with no animation

#1

dsantangelo - June 11, 2009 - 19:54

The menu callback seems to pass an empty value for arg(3) for me, solved it like so:

Adding the following lines (marked with +)

function cdn2_get_upload_status($vidid) {
+    if(empty($vidid)) {
+      $vidid = arg(3);
+    }
    $cdn2 = _cdn2_get_soap_client();
    // this PRINT_R is NOT FOR DEBUGGING.  Don't remove it, mmkay?
    print_r($cdn2->getVideoUploadStatus($vidid));
}

#2

kylebrowning - November 12, 2009 - 08:52
Status:active» fixed

#3

System Message - November 26, 2009 - 09:00
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.