You need to write:

<form enctype="multipart/form-data" action="Process.php" method=post>

Matt

|-----Original Message-----
|From: Palli [mailto:[EMAIL PROTECTED]] 
|Sent: Tuesday, February 18, 2003 3:21 PM
|To: [EMAIL PROTECTED]
|Subject: [PHP-WIN] Problem with file upload!!
|
|
|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
|
|
|



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to