I have managed to send a FormData object like so:var formData = new FormData();formData.append('file', this.files[0]);$.ajax({ url: urlUploadProductsFile, ...
確定! 回上一頁