function upload()
{
let veri = "";
  var icerik=$("#upload_div").html();
  veri += icerik ;
  $("#upload_div").html(veri);
}