main
Ilham Wara Nugroho 2025-09-12 09:40:54 +07:00
parent 5eea7b20af
commit 73e70e9ea9
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@
}
});
const myDropzone = new Dropzone(".dropzone", {
new Dropzone(".dropzone", {
url: "{{ url('uploadTempImage') }}", // URL ke controller kamu
method: "POST",
xhrFields: {