🌈 搜索
📅  最后修改于: 2022-03-11 14:54:52.638000             🧑  作者: Mango
$file = $_FILES['file']['tmp_name']; // It is the path to the file $data = file_get_contents($file);