update
parent
fefa2289bb
commit
3ccc8f4f3c
|
|
@ -471,6 +471,9 @@
|
|||
$.ajax({
|
||||
url: "{{ route($route.'.store') }}",
|
||||
type: "POST",
|
||||
xhrFields: {
|
||||
withCredentials: true
|
||||
},
|
||||
data: formData,
|
||||
processData: false, // WAJIB
|
||||
contentType: false, // WAJIB
|
||||
|
|
|
|||
Loading…
Reference in New Issue