Rik

Results 378 comments of Rik

The `file` prop should be inside the file `options` prop. ```js files: [ { source: "2", options: { type: "limbo", file: { name: "my-file.zip", size: 3001025, type: "application/zip" } }...

I'll definitely consider that for a future release.

Should you have the time, a PR is welcome

Super sorry for the delayed response, this is still on my list to investigate.

Just tested in Chrome, seems to work correctly?

https://pqina.nl/filepond/docs/api/server/#object-configuration You can use the `headers` property or use `ondata` to add data to the post, you can also set `headers` to a function and return an object.

Please create a public reproduction of the issue on codesandbox.io

I don't know why it's not working in your project. You've not added any code to the issue so I can't help investigate. Will close if no additional info is...

Wasn't aware, will look into it when I have some time.