[PHP] file upload question

2003-01-24 Thread Andrew Rench
the following code: html body form enctype=multipart/form-data action=?= $PHP_SELF ? method =post input type=hidden name=MAX_FILE_SIZE value=1000 Send this file: input name=userfile type=file input type=submit value=Send File /form ?php echo $_FILES['userfile']['tmp_name']; ? /body /html

RE: [PHP] file upload question

2003-01-24 Thread Andrew Rench
/httpd/htdocs/blast/upload_test2.php on line 10 Am I setting the path wrong? Should it be relative to the 'upload_test2.php' file? thanks --- Ford, Mike [LSS] [EMAIL PROTECTED] wrote: -Original Message- From: Andrew Rench [mailto:[EMAIL PROTECTED]] Sent: 24 January

RE: [PHP] file upload question

2003-01-24 Thread Andrew Rench
) runs as may not have write permission to the directory you're trying to move to. Make sure the webserver can write to the destination directory. mh. On Fri, 24 Jan 2003, Andrew Rench wrote: thanks for the advice- this makes sense as to why I'm not seeing the file. I added