Rik

Results 425 comments of Rik

> I am getting the old serverIds value of file instead of null. I'm not sure what you mean. From the code snippet it's unclear how you're setting the `serverId`

You can add `server.patch` https://pqina.nl/filepond/docs/api/server/#url

@SteveG-tkorp Hi, I did make a change but my intention wasn't for it to be breaking. What do you mean with _"it uses the client url"_ ?

@SteveG-tkorp thanks for the quick reply! So if I understand correctly it previously used the URL supplied in the `server.process` property, and now it uses the front-end url instead unless...

@SteveG-tkorp I just tried went over the changes in release `4.32.0` but don't see how it could affect this. Do you know which version you upgraded from?

Alright, then I'm not sure. It's probably not related to FilePond as (if I understand correctly) the problems didn't start after upgrading FilePond.

Perhaps you can call `stopPropagation()` on the paste event when captured in the textarea?

Hi, The `acceptedFileTypes` requires a mime type, not an extension. https://pqina.nl/filepond/docs/api/plugins/file-validate-type/#properties In this case you can set `['text/markdown']`, then in the `fileValidateTypeDetectType` you return `'text/markdown'` when the extension is `'.md'`

Can you determine this state by listening to the `error` event ?