With firefox if I modify the DOM and leave the page i can hit back and everything will return to as it was which is nice. When I try that with chrome it completely forgets the dom. I specifically am looking at remembering the files a user picked when using
<input type="file" name="somename" multiple>
How do I have chrome remember it so hitting back/forward doesn't reset the form?
type=fileandmultiple: maybe try to turn onautocompleteattr. If this will not help - you probably have to use some fancy tricks with JS and cookies to store form somehow. – Kamil Jan 27 at 0:51