On Wed, Feb 9, 2011 at 7:58 AM, Krish <kris...@gmail.com> wrote: > Hi, > > I have upgraded my php version to 5.3.3 and apache 2.2.17. We are using > post to upload a file. > > When i try to upload a file. It is failing. > > Please help. In old version 5.1.2 the same is working fine. > > -- > Krish >
hi. check your error logs (that should be the first thing that you do anyways) I would guess that having that you could either fix the problem yourself, or with the help of some googling. anyway, there are known backward incompatible changes between 5.1.2 and 5.3.3 please read the documentation about that http://www.php.net/manual/en/migration52.php http://www.php.net/manual/en/migration53.php Tyrael