main
Ilham Wara Nugroho 2026-01-30 15:17:21 +07:00
parent fefa2289bb
commit 3ccc8f4f3c
1 changed files with 3 additions and 0 deletions

View File

@ -471,6 +471,9 @@
$.ajax({ $.ajax({
url: "{{ route($route.'.store') }}", url: "{{ route($route.'.store') }}",
type: "POST", type: "POST",
xhrFields: {
withCredentials: true
},
data: formData, data: formData,
processData: false, // WAJIB processData: false, // WAJIB
contentType: false, // WAJIB contentType: false, // WAJIB