I notice that the value attributes doesn't make the input file display anything:
<input
  name="floorplan"
  value="file.jpg"
  type="file">
https://jsfiddle.net/fy206y41/
What's the attribute that I need to use so I can see file.jpg even after refresh? (And get overidden if a file is uploaded?
 
    