ajax dosya yükleme + veri gönderme
$.ajax({
url:"pages/listele.php",
data: new FormData(this),
type:"POST",
contentType: false,
processData:false,
cache:false,
success:function(e){
alert(e);
}
});
ajax ile şöyle dosya yülemek için php dosyama veri gönderiyorum fakat bununla beraber ek olarak
html verisi nasıl gönderirim
html verim şöyle
var icerik = $(".rich_txt").html()