Skip to content

Conversation

@Yahasana
Copy link

If there are the same entry name with file input's name, upload data in file input will be ignored.

If there are the same entry name with file input's name, upload data in file input will be ignored.
@rikschennink
Copy link
Collaborator

It's unclear what this will fix, please elaborate

@Yahasana
Copy link
Author

Yahasana commented Dec 29, 2020

<input name="filepond" type="file" />
<input name="filepond" type="text" />

or

FilePond.setOptions({
    server: {
        process: {
            method: "POST",
            ondata: (formData) => {
                formData.append("filepond", "buggy");
                return formData;
            }
    }
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants