for(let file of this.files){ console.log(file) formData.append('images[]',file); } console.log(formData.getAll('images'))