Send form data to uppy.on('complete', (result) => {...})

Right now my uppyjs uploader is using the current form on the page to know where to upload it to for the endpoint, but having a single page application, this can be problematic because it’ll upload to whichever page it lands on when it hits the complete function.

I want to send the form it sees right when the user hits upload OR send in the form data as params.