Hello I'm wondering what is wrong whit my code. I´m trying to upload an image but I keep getting this error message??
Notice: Undefined index: NewsPicture in C:\riddarinn\Process.php on line 17 This is my code : <form name="New" action="Process.php" method="post"> ... <input type=file name="NewsPicture" size=43> <input type=hidden name=MAX_FILE_SIZE value=10240> <input type=Submit value=Skrá-frétt> ... </form> // my process site ... if (move_uploaded_file($_FILES['NewsPicture']['tmp_name'], $udir . $_FILES['NewsPicture']['name'])) ... THX Palli -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php