var formData = new FormData($('form')[0]); // Create an arbitrary FormData instance jQuery.ajax('/endpoint.php', { processData: false, ...
確定! 回上一頁