Hi .... again!!! and thanx matt!

This didnt solve my problem....

Im running on XP and im using IIS 5.1. I've change the server user to
Administrator but I still cant upload a file.

Can anybody help me

"Matt Babineau" <[EMAIL PROTECTED]> wrote in message
000401c2d7ad$66febdc0$6610a8c0@webdevx">news:000401c2d7ad$66febdc0$6610a8c0@webdevx...
I have also gotten the same exact error, it has to do with the
permissions on the server and the IUSR_x having WRITE permissions to the
folder you want to move the file to and to the PHP TEMP folder (I
think).

--> -----Original Message-----
--> From: Palli [mailto:[EMAIL PROTECTED]]
--> Sent: Tuesday, February 18, 2003 7:23 PM
--> To: [EMAIL PROTECTED]
--> Subject: Re: [PHP-WIN] Problem with file upload!!
-->
-->
--> Hello again!
-->
--> now I get another error;
-->
--> Warning: move_uploaded_file(/frettamyndir/fastfood.jpg)
--> [function.move-uploaded-file]: failed to create stream: No
--> such file or directory in C:\riddarinn\Process.php on line 16
-->
--> Warning: move_uploaded_file()
--> [function.move-uploaded-file]: Unable to move
--> 'C:\PHP\uploadtemp\php98.tmp' to
--> '/frettamyndir/fastfood.jpg' in C:\riddarinn\Process.php on line 16
-->
--> Can anyone tell me what this means?
-->
--> thx
--> Palli
-->
--> "Matt Hillebrand" <[EMAIL PROTECTED]> wrote in message
--> 002501c2d794$1541a330$0100a8c0@beast">news:002501c2d794$1541a330$0100a8c0@beast...
--> 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
-->
-->




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

Reply via email to