preventDefault (); let newFile = $('#newFile')[0].files[0]; console.log("send", newFile) let form = new FormData(); form.append('file', ...
確定! 回上一頁