I'm trying to loop through a Filelist:console.log('field:', field.photo.files)field.photo.files.forEach(file => { // looping code}) As you can see ...
確定! 回上一頁