diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index 1f94c7a..f147cd6 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -708,8 +708,12 @@ function verifyPhoto() { showStep('step-verifying'); + alert("capturedImage => "+capturedImage); + const base64Only = capturedImage.split(',')[1]; + alert("base64Only => "+base64Only); + $.ajax({ url: '/Contestation/verify_facial_api.php', method: 'POST',