pqina / vue-filepond

🔌 A handy FilePond adapter component for Vue
https://pqina.nl/filepond
MIT License
1.92k stars 128 forks source link

Server property : set dynamically? #203

Closed pit07 closed 3 years ago

pit07 commented 3 years ago

Hi!

Little question:

<file-pond
    name="customImage"
    ref="pond"
    label-idle="Déposez votre image ici"
    v-bind:allow-multiple="false"
    accepted-file-types="image/jpeg, image/png"
    server="http://localhost:3000'"
    v-bind:files="custom.customImage"
    v-on:init="handleFilePondInit"
  />

Is it possible to dynamically set the server value ? For example :

v-server="apiUrl+'/api/v1/upload'" ?

rikschennink commented 3 years ago

We require the issue template to be filled out on all new issues. The issue template helps us collect all the information we need to address your submission efficiently.

Your issue can be classified as an integration question or a question about specific features of FilePond we ask you kindly to submit it on Stack Overflow.

pit07 commented 3 years ago

Ok, done. Thanks ;)