Hello,
I have a PHP based site running for 2 years without any problems. The
user can upload images and I run the is_uploaded_fil e() method to
check if the file was really uploaded via HTTP POST. During the last
week this method fails. I haven't changed anything in my code, I was
on holidays!
Were there any updates that made my code malfunction?
Do you have any other ideas on what is the problem?
PS: I know that PHP is not your responsibility but I'm stuck, so I'm
trying everything.
Thank you
I have a PHP based site running for 2 years without any problems. The
user can upload images and I run the is_uploaded_fil e() method to
check if the file was really uploaded via HTTP POST. During the last
week this method fails. I haven't changed anything in my code, I was
on holidays!
Were there any updates that made my code malfunction?
Do you have any other ideas on what is the problem?
PS: I know that PHP is not your responsibility but I'm stuck, so I'm
trying everything.
Thank you
Comment