your jquery code will be like this: $.ajax({ type: 'POST', url: $url, data: new FormData(this), dataType: 'json', contentType: false, processData:false ...
確定! 回上一頁