RE: droping upload files

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

 



[snip]
it`s working for that host, but my question is.. if a user can upload
his 
file on the server, despite the fact i unset all the global variables
where 
the files are stored. 
[/snip]

The files are stored in the designated temporary location before and
then get deleted once the process is over, which is why you must use
move_uploaded_file() http://www.php.net/move_uploaded_file to keep from
losing the file.

-- 
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