Rik

Results 281 comments of Rik

@mtpultz aha! So it also generates a typescript file, gotcha!

Do you see the same issue on the product site https://pqina.nl/filepond/ Is this on all mobile devices? Can I test this somewhere?

In that case it's either your backend code or the FilePond server property configuration that is causing the issue. I would set up a basic test project and try with...

Please see docs: https://pqina.nl/filepond/docs/patterns/frameworks/jquery/ ```js $('.my-pond').filepond('addFile', 'my-file.jpeg').then(function(file){ console.log('file added', file); }); ```

The file you want to add. Either a File Object, URL, or dataURI.

I've renamed the file in the example snippet

Can you confirm the file type the browser detects actually is `'application/x-pkcs12'` with this util: https://codepen.io/rikschennink/pen/NzRvbj

The events are added to the component dynamically but it seems this doesn't get picked up correctly by the type defs.

@Heydon I think that would certainly be useful for the `inline demos` as those might have dependencies. It would also be nice to be able to specify a custom font...