Plupload Upload Control error exec (THIS.UID, component, action, args)--undefined is not a function
Flash element is hidden after the call control destruction method will be error, so to hide in the flash element to destroy the upload Control Uploader.destroy ();
function (e) { Uploader.destroy (); $ (' #filelist '). empty (); $ ('. uploadprogress '). Hide (); $ ('. Uploadprogresspercent '). CSS (' width ', ' 0% '); });
Switch
function (e) { Uploader.destroy (); $ (' #filelist '). empty (); $ ('. uploadprogress '). Hide (); $ ('. Uploadprogresspercent '). CSS (' width ', ' 0% '); });
The difference between hidden and hide: Hide is triggered before a window is hidden, and hidden is triggered after a hidden window
Reference: http://www.plupload.com/punbb/viewtopic.php?id=4010
Plupload Upload Control error exec (THIS.UID, component, action, args)