formdata değişkenini ajax'a post değeri olarak gönder;
let formdata = new FormData();
formdata.append("dosyam",<BURAYA KONSOLA YAZDIRDIĞIN VERİ>);