Skip to content

Commit

Permalink
multiple-image
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 19, 2024
1 parent 15998bc commit 96275ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,10 @@ function uploadFile() {
contentType: false,
processData: false,
success:function(response){
console.log(response.files[0]);

response.files.forEach(function(url) {
console.log(url);
});
/* $.each(response.files, function(url) {

document.getElementById('results').innerHTML +=
Expand Down

0 comments on commit 96275ac

Please sign in to comment.