I have a problem with getting of uploaded image, because when I posted my form with picture, after reloading of page the input asked to choose the file again, how I can get choosed image? So If I will post this form again, It will be empty, because I did not choose file
<div class="col-sm-12 col-lg-12 my_form">
<label class="col-sm-4 control-label ">Picture</label>
<div class="col-sm-8">
<input class="form-control" type="file" name="picture" accept=".jpeg, .png, .jpg">
<img src="{{picture}}">
</div>
</div>