Re: Re: [PHP-WIN] Problem with file upload!!

2003-02-19 Thread Neil Smith
It means it is unable to move the file. Sarcasm aside, look at the error message. At 00:22 19/02/2003 +, you wrote: 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

Re: [PHP-WIN] Problem with file upload!!

2003-02-19 Thread Palli
[mailto:[EMAIL PROTECTED]] -- Sent: Tuesday, February 18, 2003 11:14 PM -- To: [EMAIL PROTECTED] -- Subject: Re: [PHP-WIN] Problem with file upload!! -- -- -- Hello -- -- This is what I've done sofar... -- -- 1. the I_usr account on your server must have rights to the -- temp folder that php st

Re: Re: [PHP-WIN] Problem with file upload!!

2003-02-19 Thread Palli
hi neil thank u very much. I uploaded it to the root directory and it worked. I changed my upload dir to $uploaddir = frettamyndir\\; and it worked. I cant tell u how stupid I was not to try this but thanx, Palli Neil Smith [EMAIL PROTECTED] wrote in message [EMAIL

RE: [PHP-WIN] Problem with file upload!!

2003-02-18 Thread Matt Hillebrand
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

Re: [PHP-WIN] Problem with file upload!!

2003-02-18 Thread Palli
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

RE: [PHP-WIN] Problem with file upload!!

2003-02-18 Thread Matt Babineau
: 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

Re: [PHP-WIN] Problem with file upload!!

2003-02-18 Thread Palli
m: 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-uploa

RE: [PHP-WIN] Problem with file upload!!

2003-02-18 Thread Matt Babineau
: Re: [PHP-WIN] Problem with file upload!! -- -- -- 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

Re: [PHP-WIN] Problem with file upload!!

2003-02-18 Thread Palli
you get the upload working. -Matt -- -Original Message- -- From: Palli [mailto:[EMAIL PROTECTED]] -- Sent: Tuesday, February 18, 2003 8:34 PM -- To: [EMAIL PROTECTED] -- Subject: Re: [PHP-WIN] Problem with file upload!! -- -- -- Hi again!!! and thanx matt! -- -- This didnt solve my

RE: [PHP-WIN] Problem with file upload!!

2003-02-18 Thread Matt Babineau
Can you post the code? -- -Original Message- -- From: Palli [mailto:[EMAIL PROTECTED]] -- Sent: Tuesday, February 18, 2003 11:14 PM -- To: [EMAIL PROTECTED] -- Subject: Re: [PHP-WIN] Problem with file upload!! -- -- -- Hello -- -- This is what I've done sofar... -- -- 1. the I_usr