[PHP]move_uploaded_file中文檔名上傳

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()兩個函氏不支援中文檔名

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *