* Thus wrote [EMAIL PROTECTED]:
> 
> <Form Action="getfile1.php" Method="POST" Enctype="multipart/form-data">
> 
> <Input Type="File" Name="upfile" ><p>
> <Input Type="Submit" value="Send">
> </Form>
> 
> getfile1.php
> ...
> 
> copy($upfile, "/tmp/$upfile_name");
> ?>

Also use move_uploaded_file() instead.

http://php.net/move_uploaded_file


Curt
-- 
Quoth the Raven, "Nevermore."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to