Home
last modified time | relevance | path

Searched refs:fn_tmp (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dmedia.php424 * $data[0] fn_tmp: the temporary file name (read from $_FILES)
529 * @param string $fn_tmp
537 function media_upload_finish($fn_tmp, $fn, $id, $imime, $overwrite, $move = 'move_uploaded_file')
554 if ($move($fn_tmp, $fn)) {
518 media_upload_finish($fn_tmp, $fn, $id, $imime, $overwrite, $move = 'move_uploaded_file') global() argument