Questions tagged [filepond]

Javascript library for file uploads.

Javascript library for file uploads. Features include

  • Multiple File Sources
  • Multiple Input Formats
  • Async or Sync Uploading
  • Responsive
  • Accessable
  • Automatic Resizing

Resources

See: https://pqina.nl/filepond/

383 questions
0
votes
0 answers

Move filepond input to a different location in the DOM

I'm in the middle of building the file uploading part of our system, and our design has two flows in which you can upload a file: Drag 'n drop onto the page Click the "Upload file" button which presents a modal. If I drag 'n drop a file onto the…
PaReeOhNos
  • 4,338
  • 3
  • 30
  • 41
0
votes
1 answer

Filepond with Django returns empty filelist

I am trying to use file pond with my Django but after the images are preview and it displays them as green and I see the POST request, after clicking submit n my form when I print request.files it returns an empty list. This is my Django…
ashes999
  • 1,234
  • 1
  • 12
  • 36
0
votes
1 answer

React Filepond Loading Initial Images Not Working

I'm having some trouble using Filepond for React. Currently, I want to preload a user's profile picture when the page is loaded. I have tried two different approaches but none have worked yet: First, I try to use the server load option of Filepond…
arthurk33
  • 83
  • 2
  • 6
0
votes
0 answers

The FilePond onupdatefiles method is called two times, how can I prevent this?

FilePond onupdatefiles method is called two times. As seen in the photo, two of the same file is selected. How can I prevent this? React code
(ref)} …
meren
  • 432
  • 5
  • 19
0
votes
0 answers

Doka Image Editor not outputting file when using onconfirm

I'm trying to get a base64 string from an image file I edited using docs from Doka image editor. This is the code I'm using from the link options = { class: 'my-filepond', multiple: true, labelIdle: 'Drop images here', …
user6680
  • 79
  • 6
  • 34
  • 78