Witam, nie moge sobie poradzic z uploadem pliku. Znalazlem w manualu jak to zrobic:
$fileName = $this->getRequest()->getFileName('file');
$this->getRequest()->moveFile('file', sfConfig::get('sf_upload_dir').'/'.$fileName);
$this->redirect('media/show?filename='.$fileName);
Ale dotyczy to wersji 1.1 a dla 1.2 nie ma. Prosze o pomoc