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
1
vote
0 answers

Custom success message on FilePond file upload

I’m using FilePond 4.30.4 with React and react-filepond 7.1.2. Everything is working great and I can upload files. My server responds with a file ID, and this comes back down to FilePond. I can see it in the onprocessfile event. I’d like to…
Sparky
  • 31
  • 5
1
vote
1 answer

Pre-populate image to FilePond input with `storeAsFile: true` option

I want to initiate FilePond with pre-populated images like this: FilePond.create(inputElement, { "storeAsFile": true, "files": [ { "source": "http://localhost/products/storage/main/dark.jpg", "options":…
MTM
  • 113
  • 1
  • 8
1
vote
0 answers

FilePond can I show an error message when dropValidate is triggered?

I like to show an error message when dropValidate is triggered. Currently when I upload files that include invalid file types or the sizes are bigger than 10MB, dropValidate gets triggered and users can't drop any files. So if users couldn't…
Happy1234
  • 537
  • 3
  • 15
1
vote
1 answer

Why is my Event Listener not Firing After the Second Event?

I'm building a photo upload form with Livewire, Alpine, and FilePond. After the photos have finished processing I want to show a "Save" button to persist the files. I'm using Alpine to handle the show/hide. Both event listeners are working correctly…
timgavin
  • 4,972
  • 4
  • 36
  • 48
1
vote
1 answer

vue-filepond, remove all files in vue3 composition API

i use 'Vue-Filepond' to upload simple file. to remove all files after file upload, i want access the Filepond object and use 'removeFiles' method. but cant access filepond object (using ref) Other examples say to…
1
vote
0 answers

How to let users update images based on the images they have already uploaded previously?

Per the title, for example, a user uploaded some photos in specific order previously using filePond, then the server stored the photos in Cloudinary and store the URL into the database. Now I want filePond to enable that user to update the photos,…
ufo
  • 13
  • 6
1
vote
0 answers

Filpond file encode plugin is not working

I'm using filepond in wordpress with jetengine forms. I have successfully changed the design of input field in the form. What i want I want to upload the image file to the server when user click on submit button while updating profile. currently…
Athisham
  • 11
  • 2
1
vote
1 answer

Where can I find the list of acceptable file type with FilePond?

I have a project with FilePond and I'm trying to have a validation if the file types are not acceptable. but where can I find the list of the file type that I can use with FilePond.
tomo1127
  • 47
  • 5
1
vote
1 answer

Filepond is there a way to send revert when large chunked file is canceled mid upload?

The revert request is only sent when the file is uploaded completely. I want to send the revert request if the user cancels the file while it's still uploading. File still Uploading Image The Folder ID is returned from first POST request so we have…
Jihad Hashm
  • 31
  • 1
  • 6
1
vote
0 answers

Error 500 while trying to upload an image using FilePond and Laravel Spatie

I'm trying to create items that have a picture/avatar using a form and insert them into my database, so I decided to use Laravel Spatie with the MediaCollection, but as soon as i implemented the library, I'm getting an error 500 when I submit my…
Lilian Carion
  • 111
  • 1
  • 9
1
vote
1 answer

Use FilePond with .NET Core

I want to use FilePond with .Net Core like I use an I use MVC and this is the action in my controller which is ran when I submit a form : public async Task CreeAnnonce(Annonce annonce, IFormFile[] photos) { …
1
vote
0 answers

TypeError: Cannot read properties of null (reading 'insertBefore') is shown using filepond with nextjs

TypeError: Cannot read properties of null (reading 'insertBefore') is shown when using filepond on nextjs, works fine when using reactjs The Page Error: here My Code:- import Head from 'next/head' import styles from…
thatAwesomeKK
  • 21
  • 1
  • 4
1
vote
0 answers

Resume interrupted uploads via filepond

I'm using filepond to handle chunk uploads. Everything works fine, except one thing. Is there any way to continue interrupted uploads? I mean, for example, the customer started to upload a large video using mobile net, but she terminated it around…
airtaki
  • 11
  • 1
1
vote
1 answer

adding css causes failed build with Vue and Filepond

So, I am trying to follow a number of the file pond example and each of them include some form of CSS import (I get it, there is a lot that comes with beauty). However, no matter what I try, Filepond or Pintura (formerly Doka), I get this error in…
ArcticMediaRyan
  • 687
  • 8
  • 32
1
vote
1 answer

Why are my Filepond uploads not working on Android devices only?

I am currently using Filepond to upload images to an S3 bucket. This functionality works great on a computer or on iOS devices but refuses to work on Android devices and I'm having the time of my life figuring out the root cause. It should upload…
Lenny
  • 25
  • 3