Skip to content

Commit

Permalink
Update inspectionform.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 27, 2024
1 parent e937e0b commit d578313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ function uploadFile() {
image.src = readerEvent.target.result;
}
reader.readAsDataURL(file);
alert(event.blob);
formData.append("file[]", event.blob);
}

Expand Down

0 comments on commit d578313

Please sign in to comment.