Skip to content

Commit

Permalink
multiple-image
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 17, 2024
1 parent 5cda345 commit be88e20
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 i = 0; i < fileupload.files.length; i++) {
formData.append("file", fileupload[i].files)
formData.append("file", fileupload.files[i])
}

//formData.append("file", fileupload[].files);
Expand Down

0 comments on commit be88e20

Please sign in to comment.