When user clicks on submit and if there was an error the chosen photo is not there any more and the user needs to browse/choose the photo again
<label for="picture">Your photo: (optional)</label>
<input id="picture" name="picture" type="file" class="file" data-show-upload="false" data-show-caption="true" data-show-preview="true">
How to preserve the chosen photo so that it stays even though there was an error on form validation, so that the user doesn't have to choose the photo again!?
