var form_data = new FormData(); //建構new FormData() ... 這樣在AJAX POST過去的upload.php檔案中就能以$_FILES["file"]來接收檔案屬型,包含以下 ...
確定! 回上一頁