iterate over event.target.files code example Example: iterate over fileList javascript Array.from(field.photo.files).forEach(file => { ... });