public function sfForceDownload($sfAction)
 {
     $newName = sprintf('%s_%s.%s', $this->getFilename(), date('(Y-m-d_H:i:s)'), $this->_fileext);
     poDownload::sfForce($sfAction, $this->getFilepath(), $newName);
 }