var formData = new FormData(); formData.append('file', $('input[type=file]')[0].files[0]); data: formData. Hope this will solve your error!!
確定! 回上一頁