Rik

Results 281 comments of Rik

You'd have to build a custom plugin, can use the poster plugin as a baseline, it's not super straightforward (fixing in v5) but very possible.

Hi, I think disabling the client side image editing functionality on these devices is the only option for now, perhaps there's a less memory intensive method to resize images by...

You can detect the file type with https://codepen.io/rikschennink/pen/NzRvbj then you add it to the accepted file types list. In the `fileValidateTypeDetectType` function you return one of the types in the...

Sorry totally missed that. I wonder if the detected type differs per browser, maybe the OS detects these files with a different mime type. On Monday, July 17, 2023, Dušan...

Safari memory management isn't great. This depends on: - if there are other images load prior to this one - the size of the image - the memory use of...

It's important to make sure the FilePond instance is destroyed when it's no longer used.

Is the element still on the page or is it already removed?

It'll try to restore the original input element, it seems the issue originates from this function, perhaps because the input `parentNode` is gone. https://github.com/pqina/filepond/blob/master/src/js/app/index.js#L620C17-L620C17

To answer your question, it's not possible to use this for all options.

You have to mark already uploaded files as "local", meaning the file is already on the server. https://pqina.nl/filepond/docs/api/instance/properties/#files