I have been trying to load this image in mt page but it is just an icon that loads. here is the project path i am working on E:\ESS\Trunk\APSS.src\lib\kiosk\src\adaptive\mobile\views\scanning_view.js
where should i put the image so that i can pecify the path
this is the header in dev tools:
Request URL: http://localhost/APSS.kiosk/img/kiosk/License_Sample.jpg Request Method: GET Status Code: 404 Not Found Remote Address: [::1]:80 Referrer Policy: strict-origin-when-cross-origin
else {
//vm.Src = "Driving-license.jpg";
//vm.Src = "https://anyline.com/app/uploads/2021/07/arabic-ocr-id-scanning-2-920x517.jpg";
vm.Src = "img/kiosk/License_Sample.jpg";
}