-
Updated
Jul 6, 2020 - JavaScript
#
filepond
Here are 35 public repositories matching this topic...
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Oct 22, 2018 - JavaScript
-
Updated
May 13, 2020 - TypeScript
-
Updated
Oct 25, 2019 - HTML
A Django app providing a server implemention for the Filepond file upload library
-
Updated
Apr 28, 2020 - Python
-
Updated
May 15, 2020 - JavaScript
A Nova field for uploading File, Image and Video using Filepond.
-
Updated
Feb 29, 2020 - PHP
Legacy Spring MVC
-
Updated
Jul 3, 2020 - JavaScript
a file upload form widget for laravel-admin
-
Updated
Sep 10, 2019 - PHP
-
Updated
Mar 23, 2020 - JavaScript
Renders a video or audio preview inside the FilePond plugin
-
Updated
Apr 23, 2020 - JavaScript
-
Updated
Mar 23, 2020 - JavaScript
-
Updated
May 13, 2020 - JavaScript
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
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Apr 12, 2019 - JavaScript
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Mar 25, 2019 - JavaScript
Portal is the main application that allows doctors to create, search, and manage patient records as well as provide new patients with prescriptions. Pharmacist can login and sign off on prescriptions created by the doctors on the client.
-
Updated
Dec 14, 2019 - JavaScript
-
Updated
Mar 25, 2019 - JavaScript
ASP.NET Core 2.2 file upload from React app with Filepond
-
Updated
Dec 12, 2018 - C#
Upload Files with FilePond Javascript Library and ASP.NET MVC
-
Updated
Aug 22, 2019 - JavaScript
A simple file uploader with server control
-
Updated
Mar 21, 2019 - HTML
Improve this page
Add a description, image, and links to the filepond topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the filepond topic, visit your repo's landing page and select "manage topics."
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