Thursday, September 16, 2010

File upload Form, CakePHP and IE6

Don't ask me why, please tell me why...

A new bug I couldn't explain with Internet Explorer 6 : In my CakePHP controller, after a form submit, a simple redirection doesn't work (unable access to server). I have to use the third parameter of AppController::redirect method as following :

$this->redirect(array('action'=>'myAction'), null, false);

This 3rd parameter with "false" makes php engine not to exit from script after redirection.

1 comment :

Anonymous said...

Informative Blog

Thanks for Sharing !!

Post a Comment

Comments are moderated before being published.