update
parent
cbd7c7234c
commit
30289377c0
|
@ -124,6 +124,9 @@
|
||||||
headers: {
|
headers: {
|
||||||
'X-CSRF-TOKEN': "{{csrf_token()}}"
|
'X-CSRF-TOKEN': "{{csrf_token()}}"
|
||||||
},
|
},
|
||||||
|
xhrFields: {
|
||||||
|
withCredentials: true
|
||||||
|
},
|
||||||
// maxFilesize: 1, // dalam MB
|
// maxFilesize: 1, // dalam MB
|
||||||
acceptedFiles: ".pdf",
|
acceptedFiles: ".pdf",
|
||||||
paramName: "file", // nama input file yang dikirim ke controller
|
paramName: "file", // nama input file yang dikirim ke controller
|
||||||
|
|
Loading…
Reference in New Issue