public function Cleanup()
 {
     @unlink($this->aStatusInfo['tmp_file']);
     parent::Cleanup();
 }