From 8b58d22206aef07baa5d322c4d2b6469271a7d1f Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 24 Feb 2026 02:23:44 +0000 Subject: [PATCH] a --- Contestation/Demandereconnaissancefaciale.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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',