Итерация над FileList JavaScript

Array.from(field.photo.files).forEach(file => { ... });
Velvet Thunder