obj.on('dragenter', function (e){
    e.stopPropagation();
    e.preventDefault();
    $(this).removeClass("add_files");
  });