Ejemplo n.º 1
0
 /**
  * View the thumbnail for a given image
  */
 public function viewthumbnailAction()
 {
     $file = $this->fileService->getFile($this->_getParam('id'));
     $this->fileService->streamTumbnailFile($file);
 }