RE: [PHP] file upload question

2003-01-24 Thread Andrew Rench
#x27;. If there's still a problem, > the user that your webserver (and therefore php, in most cases) 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. > > &

RE: [PHP] file upload question

2003-01-24 Thread Andrew Rench
s' in /usr/local/etc/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- >

[PHP] file upload question

2003-01-24 Thread Andrew Rench
the following code: Send this file: produces the following after upload: /var/tmp/phplSTEVp (or php[something-or-other]) When I view that directory, it is empty. I put togther this simple test script because I was having problems with similar script that uses the move_uploaded_file()