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