Question:What are the functions used for file upload?
Answer bool move_uploaded_file ( string $filename , string $destination )bool copy ( string $source , string $dest [, resource $context ] )
$filename
$destination
$source
$dest
$context
+ Report
What are the functions used for file upload?