Searched defs:target_path (Results 1 - 2 of 2) sorted by relevance

/yui3/src/file/tests/manual/
H A Dupload.php3 $target_path = "uploads/"; variable
4 $target_path = $target_path . basename( $_FILES['Filedata']['name']); variable
7 if(move_uploaded_file($_FILES['Filedata']['tmp_name'], $target_path)) {
/yui3/src/uploader/tests/manual/
H A Dsimpleupload.php11 $target_path = "uploads/"; variable
12 $target_path = $target_path . basename( $_FILES['Filedata']['name']); variable
14 //if(move_uploaded_file($_FILES['Filedata']['tmp_name'], $target_path)) {

Completed in 15 milliseconds