Fritz: Inhalt neu laden

Beitrag lesen

Update:

Wenn ich den Code etwas umstelle funktioniert es. Kann mir jemand erklären warum?

success: function (file, response) {
  $("#show-files").load("show-files.php");
  var imgName = response;
  file.previewElement.classList.add("dz-success");
  $('#up-ack').html(response); 
},