main
ilhamwara 2025-08-04 09:44:45 +07:00
parent ea97769ee8
commit 1b8dc31a4c
1 changed files with 3 additions and 0 deletions

View File

@ -210,6 +210,9 @@
// maxFilesize: 1, // dalam MB
acceptedFiles: ".pdf",
paramName: "file", // nama input file yang dikirim ke controller
params: {
_token: document.querySelector('meta[name="csrf-token"]').getAttribute('content')
},
uploadMultiple: true,
init: function() {
this.on("successmultiple", function(files, response) {