, 2003 3:59 PM
--> To: [EMAIL PROTECTED]
--> Subject: RE: [PHP-WIN] Moving an uploaded file keeps failing
-->
-->
--> move_uploaded_file("d:\\temp\\" .
--> $_FILES['userfile']['tmp_name'], "d:\\blah.txt");
-->
--> see if that creates a file
-
From: Matt Babineau [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 20, 2003 8:50 PM
To: 'PHP Windows Helplist'
Subject: RE: [PHP-WIN] Moving an uploaded file keeps failing
UPDATE:
Ok, I got the page to stop giving me errors by supplying the source file
path like this:
m
eas?
--> -Original Message-
--> From: Matt Babineau [mailto:[EMAIL PROTECTED]]
--> Sent: Monday, January 20, 2003 3:19 PM
--> To: 'Stephen Edmonds'
--> Cc: 'PHP Windows Helplist'
--> Subject: RE: [PHP-WIN] Moving an uploaded file keeps failing
-->
--&g
rea\administration\upload\file_upload.
php on line 24
--> -Original Message-
--> From: Stephen Edmonds [mailto:[EMAIL PROTECTED]]
--> Sent: Monday, January 20, 2003 12:26 PM
--> To: Matt Babineau
--> Cc: PHP Windows Helplist
--> Subject: Re: [PHP-WIN] Moving an uploaded
Thanks Stephen, I'll try this out now!
--> -Original Message-
--> From: Stephen Edmonds [mailto:[EMAIL PROTECTED]]
--> Sent: Monday, January 20, 2003 12:26 PM
--> To: Matt Babineau
--> Cc: PHP Windows Helplist
--> Subject: Re: [PHP-WIN] Moving an uplo
---
From: Stephen Edmonds [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 20, 2003 5:26 PM
To: Matt Babineau
Cc: PHP Windows Helplist
Subject: Re: [PHP-WIN] Moving an uploaded file keeps failing
Currently from what I can see there are a few problems:
The Form:
Send this file:
action is not
Currently from what I can see there are a few problems:
The Form:
Send this file:
action is not essential if the form is sending to itself (okay, maybe thats
just me being lazy :p). However, you missed out a vital field
This needs to appear just before the file upload input. It tells PHP