Very good day!
So, what i need to do, if i have an error TypeError: 'method' object is not subscriptable in Flas
file = flask.request.files.getlist['propert_photo[]']
TypeError: 'method' object is not subscriptable
<div class="form-group">
<label for="exampleFormControlFile1">Фотографии</label>
<input name = "propert_photo[]" type="file" accept="image/png" multiple="" class="form-control-file" id="exampleFormControlFile1">
</div>
pls help