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??? Link to comment https://forums.phpfreaks.com/topic/79450-php-upload-jpg-using-form-wont-work/ 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"> Link to comment https://forums.phpfreaks.com/topic/79450-php-upload-jpg-using-form-wont-work/#findComment-402274 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.