Update the webcame and printing image part

This commit is contained in:
nono
2025-05-26 13:46:22 +02:00
parent 3d8c22598d
commit 38b3acfb89
3 changed files with 62 additions and 17 deletions

View File

@@ -132,7 +132,7 @@ function print_picture(data){
// headers:{
// 'Content-Type': 'multipart/form-data'
// }
}).then(function(response) { console.log('Success:', response); alert("Picture printed."); } , true)
}).then(function(response) { console.log('Success:', response); } , true)
.catch(error => console.error('Error:', error), false);
}