This commit is contained in:
KANE LAZENI 2026-04-22 09:01:11 +00:00
parent b93ffcc928
commit 2a1c7f912a

View File

@ -187,8 +187,8 @@
<!-- Message de retour -->
<div id="upload-feedback" class="mb-3"></div>
<!-- <form id="form-upload" enctype="multipart/form-data" action="Remboursement" method="post"> -->
<form id="form-upload" enctype="multipart/form-data">
<!-- <form id="form-upload" enctype="multipart/form-data" action="Remboursement/uploadged" method="post"> -->
<form id="form-upload" enctype="multipart/form-data" action="Remboursement/uploadged" method="post">
<!-- <input type="hidden" id="csrf_token_upload" name="csrf_token_upload" value="<?= htmlspecialchars($token) ?>"> -->
<input class="form-control" type="text" id="csrf_token_upload" name="csrf_token_upload" value="<?= htmlspecialchars($token) ?>">
@ -343,7 +343,8 @@
setFeedback('danger', '<?= _("Erreur réseau. Veuillez réessayer.") ?>');
});
xhr.open('POST', 'Remboursement/uploadged');
// xhr.open('POST', 'Remboursement/uploadged');
xhr.open('POST', 'ZZZZZZZZZZZZZZ');
setButtonLoading(true);
xhr.send(formData);
});