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

FilePond override server.process on React

I'm trying to use the FilePond control in a React app. I need to handle file uploads with custom code. According to the documentation, I'm supposed to use setOption to override the server.process function. Documentation Link This doesn't appear to…
0
votes
4 answers

Upload a file (picture) to server with Laravel using FilePond, how?

I'm trying to use FilePond to upload profile picture during user registration on a Laravel 6 project. In my register.blade.php I've a then, at…
icolumbro
  • 97
  • 3
  • 17
0
votes
1 answer

Crop the image from encoded data on submission - ( File Pond - FilePondPluginFileEncode - imageEditEditor- Doka - Crop - PHP )

Is there any proper PHP code to use when cropping the image using the data that get passed from the hidden field when using the 'FilePondPluginFileEncode'? ( I'm using Doka as image editor) https://pqina.nl/doka/?ref=filepond The below options get…
danuddara
  • 113
  • 7
0
votes
1 answer

Filepond Upload Status shows "Upload Complete" before the file is uploaded

Because S3 upload functions upload the file asynchronously, the filepond method shows file status as "Upload Complete" until its completely uploaded. Is there a way to create a dependency to not do anything until the file is completely uploaded to…
0
votes
1 answer

Image Overlay plugin for FilePond Vue

I want a review button on image, but I don't find attribute. I set the imagePreviewMarkupShow = true but it didn't work. Package here My Template