WPVIVID_FAILED,'error'=> 'Type incorrect.'); } public function upload($task_id, $files, $callback = '') { return array('result' => WPVIVID_FAILED,'error'=> 'Type incorrect.'); } public function download( $file, $local_path, $callback = '') { return array('result' => WPVIVID_FAILED,'error'=> 'Type incorrect.'); } public function cleanup($files) { return array('result' => WPVIVID_FAILED,'error'=> 'Type incorrect.'); } }