Laravel File Upload with FilePond: Step-by-Step -Part 1

preview_player
Показать описание
In this tutorial, you'll learn how to use Laravel and Filepond to upload multiple images as well single image to your web application. We'll start by setting up a Laravel project and installing Filepond, a JavaScript library that provides an easy way to handle file uploads. We will use the Laravel Breeze starter kit to edit the user profile where he/she can upload images.

Рекомендации по теме
Комментарии
Автор

Very good lesson though.
I followed the same steps and filepond worked fine for the udate profile
I created a version for Post model
and I ran into a problem with create
error message during uploading
The message from chrome was Failed to load resource:
the server responded with a status of 404 (Not Found) filepond-process:1
Is there any help?

pkiorpes
Автор

The video is cool on demonstrating the upload, however it does not allow the users to acutally EDIT the profile images other than upload new ones. It would be interesting to load the instance of pre-existing images inside the filepond and allow the users editing/re-order and resubmit after as this is what an actuall profile with multiple images should do. Anything else can be easily achieved even without the use of filepond.

Can you please provide some input/another video about showing how to add images to filepond, show any pre-existing images, allow reordering and store back to DB?

milenkostadinov
Автор

how to update image or file using filepond ?

lowelltebrero