Discussion:
[PHP-INSTALL] need help in file upload
Krish
2011-02-09 06:58:34 UTC
Permalink
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
Ferenc Kovacs
2011-02-09 08:13:39 UTC
Permalink
Post by Krish
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

Loading...