Searched defs:target_file (Results 1 – 2 of 2) sorted by relevance
368 function copyFile($source = null, $target_dir = null, $target_file = null) {
33 $target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]); variable