Re: Problem of varible

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Thus wrote edwardspl@xxxxxxxxxx:
> 
> <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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux