windows 系統中的中文檔名仍是以Big5為主
move_uploaded_file($_files['file_name']['tmp_name'], <span style="color: red;">iconv("UTF-8","Big5"</span>,$new_tmp.$new_name))
is_file() && filesize()兩個函氏不支援中文檔名
windows 系統中的中文檔名仍是以Big5為主
move_uploaded_file($_files['file_name']['tmp_name'], <span style="color: red;">iconv("UTF-8","Big5"</span>,$new_tmp.$new_name))
is_file() && filesize()兩個函氏不支援中文檔名