I am working on a single page application and I am using Laravel 5 for the web service.
All forms are submitted asynchronously and I use a beforeSend on them to atta
you can add a headers. var myDropzone = new Dropzone("#drop_id", { url: "/upload/", headers: {'x-csrftoken': $.cookie('csrftoken')}, method:"post", ... }