[Vuejs]-Laravel Nova Vue passing extra data to FilePond upload

0👍

I was facing with this problem, you need to use the advice contained in this thread.

https://github.com/pqina/vue-filepond/issues/99

FilePond has a lot of Methods and Events, why you are trying to add something directly in server settings options? You’ve complicated your logic unnecessarily.

Leave a comment