The FilePond file upload library has been around for a year, let's explore how we can integrate it with Vue. In this article we'll set up a new Vue...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks a lot for this! :)
One question: Is there any way to get the relative folder path of the files while dragging&drop files via FilePond? We will need this info to pass it to the server side and replicate the same folder path in our application.
Let's move the conversation here: github.com/pqina/filepond/issues/4...
Congrats for the article. What about AWS S3 direct upload with filepond?
Thanks! You can upload to S3 by setting up a custom processing method:
pqina.nl/filepond/docs/patterns/ap...
Thanks for sharing your knowledge. I was trying it, I like how easy it is to use.
I have a question, is there a listener or event to get the uploaded file? I am using it with Vue.
Glad to hear that :)
You can use the onprocessfile callback.
That's all I need, thanks you so much!
Great tutorial. I added one for Djangoers, ready-to-go DRF integration:
hvitis.dev/how-to-upload-files-wit...