$uploader->setFilesDispersion(false);
$uploader->save($path, $fname); //save the file on the specified path
$post['simagepath'] = $fname;
}
} catch (Exception $e) {
Mage::getSingleton('core/session')->addError($e->getMessage() . " please upload only valid extension file: jpg, png, gif, jpeg");
$this->_redirect('advert/banner/list');
//echo "test";
}
die("hello");
Mage::getModel('advert/advert')->saveAdvert($post);
$this->_redirect('advert/banner/list');
上面的代码只是代码的一部分,而不是完整的代码。在这段代码中,catch 块重定向功能不起作用,任何人都可以帮助我为什么它在 magento 中不起作用。