ppgpilot Posted November 29, 2007 Share Posted November 29, 2007 I have renewed my computer after some problems with the hard drive – The problem – after reloading the computer with PHP 5 -- I cannot get html forms to upload images to a folder – in any of my php-based programs. It used to work… before the computer renewal I have the same version of PHP as before and the same php.ini file. Any idea what could be preventing the $_FILES from working in files that used to work great? CHMOD is 777 and I have the right form enctype... I suspect something in the php.ini, but just a feeing… Any thoughts??? Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted November 29, 2007 Share Posted November 29, 2007 does your HTML form look similar to this: <form enctype="multipart/form-data" action="someaction.php" method="post"> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.