Skip to content

Commit

Permalink
multiple-image
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 18, 2024
1 parent baabf53 commit 09ac3f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ function uploadFile() {
//if(fileupload.files[0].length > 0) {
for (let j = 0; j < fileupload.files.length; j++) {
formData.append("file", fileupload.files[j])
alert (fileupload.files[j]);
}

console.table(fileupload.files[j]);
}
console.table(formData);
//formData.append("file", fileupload[].files);

/*
Expand Down

0 comments on commit 09ac3f7

Please sign in to comment.