0

完璧なjquery ajax + html5 formdataファイルとデータ送信があります。しかし、投稿されたデータを取得する方法は?

var fd = new FormData();
fb.apend(); // values here

次にアヤックス

$.ajax({
  url: url,
  data: fd,
  //something here
}).done(function(res){
   alert(res); // Pop up with nothing
   console.log(res); //New line in Google chrome console but nothing inside.
});
4

0 に答える 0