Skip to content
#

filepond

Here are 35 public repositories matching this topic...

bjfresh
bjfresh commented Sep 12, 2019

First, big thanks for a really impressive set of image / upload tools. We're really excited to implement it on our site.

Summary

We're making use of functional components, and I'm looking for documentation on how to implement the equivalent of

imageEditEditor: Doka.create()

when passing FilePond properties as attributes in React. It doesn't seem to work by transferring the basic i

yamifr07
yamifr07 commented Apr 1, 2020

When using allowDownloadByUrl it changes current href instead of downloading a file. It should use same code as the Else content but instead of createObjectURL, use the metadata.

const downloadFile = (item, allowDownloadByUrl) => {
const a = document.createElement('a');
const url = allowDownloadByUrl && item.getMetadata('url') ? item.getMetadata('url') : window.URL.createO

Improve this page

Add a description, image, and links to the filepond topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the filepond topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.