How to display image from previously submitted form

How to display image from previously submitted form

Hi,
I am trying to display last submitted image in current form.

Coll  =  Form  [ID != 1] sort by  Added_Time desc;
input.ImageBox = Coll.ImageBox;

Nothing happens unfortunately. On my mobile it shows loading .....