AJAX admin Internal 500 error Failed to Upload

UPDATE:

After I saw an error massage it’s all because unsupported operand type error.

  $sum += $marks;

its because store wrong type of value, I change to

  $sum->marks;