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