pqina / jquery-filepond

🔌 A handy FilePond wrapper for jQuery
https://pqina.nl/filepond
MIT License
239 stars 43 forks source link

Pass path back to delete button #7

Closed mstahlmann closed 5 years ago

mstahlmann commented 5 years ago

Jquery filepond. Using JQuery on an hbs page and uploading to a Node.js api. On the backend the photo is being saved to a user specific folder. Is there a way I can pass the path back so the filepond delete button works. I can also set a custom endpoint that deletes based on the user. I just didn't see in the docs how to do this with the jquery version.

rikschennink commented 5 years ago

Hi, I'm not sure what you want to achieve, can you elaborate

mstahlmann commented 5 years ago

I think I figured it out from your docs. I wanted to create 2 instances that had 2 different upload urls. I was confused about the options. I saw in the docs that you have two levels of options. Page level then another at the item level. The latter was optional so I didn’t notice it in the examples. I will try initializing the input element with the optional options included.

Sent from my iPhone

On Feb 4, 2019, at 10:49 AM, Rik notifications@github.com wrote:

Closed #7.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mstahlmann commented 5 years ago

Actually still having this issue. Here is the code

FilePond.registerPlugin(FilePondPluginFileValidateSize); FilePond.registerPlugin(FilePondPluginImagePreview); FilePond.registerPlugin(FilePondPluginImageExifOrientation); const inputElement = document.querySelector("#header-pond"); pond = FilePond.create(inputElement); pond.setOptions({ server: ${base_url}/api/profilephoto })

I need to create an additional uploader that points to a different route. How can this be achieved?

On Feb 4, 2019, at 10:49 AM, Rik notifications@github.com wrote:

Closed #7 https://github.com/pqina/jquery-filepond/issues/7.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pqina/jquery-filepond/issues/7#event-2116050436, or mute the thread https://github.com/notifications/unsubscribe-auth/ASq3Jvb6_X5kfCEAKSsyblmw86moZrxYks5vKFaXgaJpZM4aT62e.

rikschennink commented 5 years ago

I guess this solved it: https://github.com/pqina/filepond/issues/216#issuecomment-460360588