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
2
votes
3 answers

Font size inside FilePond elements

The default styling of FilePond elements imported from the default css seems a bit small. Is there a recommended way to get to the size as seen in the examples at https://pqina.nl/filepond/? It seems the default style in the css uses font-size of…
williamli
  • 3,846
  • 1
  • 18
  • 30
2
votes
1 answer

ReactJS + NodeJS server + Filepond uploading file

I have a simple reactJS application. In this app, I have a web page where I am testing the Filepond component. I also have a nodeJs server, called by the Filepond component when the file is uploaded. Here is the code when Filepond component is…
1
vote
1 answer

Using multiple filepond instance in laravel 10 and vue 3 componetns

I have a project in Laravel 10 and Vue 3. I make use of FilePond to upload profile-image and blog-image in 2 different components. The problem is when I want to upload a profile image, FilePond uses the blog-image-upload-temparary-file route instead…
Mohsen
  • 260
  • 3
  • 14
1
vote
1 answer

Stop Laravel 9 from redirecting if AJAX validation fails

I have a Laravel 9 application and I am using Vue 3 and Filepond to create an image uploader experience.