Skip to content

Commit

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

0 comments on commit a8f3ce3

Please sign in to comment.