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 PROTECTED]">news:

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

2003-02-19 Thread Palli
wrote in message 001301c2d7d8$7d0061c0$6610a8c0@webdevx">news:001301c2d7d8$7d0061c0$6610a8c0@webdevx... Can you post the code? --> -Original Message- --> From: Palli [mailto:[EMAIL PROTECTED]] --> Sent: Tuesday, February 18, 2003 11:14 PM --> To: [EMAIL PROTECTED] -->

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 16

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

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

2003-02-18 Thread Palli
and then tighten the security nuse once 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!! -->

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

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

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

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

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

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

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 'C:\P

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

2003-02-18 Thread Matt Hillebrand
You need to write: 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