I am trying to insert my images data from database into value of multiple input , But I don't have any idea how to do it . because I do not know how data store in multiple inputs
I want to build an edit page and I have to bring those images for user .
<input type="file" name="files[]" id="files" multiple accept="image/jpeg, image/png, image/gif,">