a
This commit is contained in:
parent
b93ffcc928
commit
2a1c7f912a
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user