Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. images
    Log in to post
    • S

      How to get uploaded file URL from Quasar Uploader
      Framework • images quasar uploader • • solmn

      2
      0
      Votes
      2
      Posts
      81
      Views

      J

      Add a “ref” property as the following and you can get the “url” through the name of “ref” by using “this.$refs.uploader.url”
      <q-uploader ref=“uploader” url=“http://abc.com/index.php” …/>

    • D

      q-uploader and vuex?
      Help • images q-uploader vuex • • Diferno

      2
      0
      Votes
      2
      Posts
      1158
      Views

      S

      @Diferno said in q-uploader and vuex?:

      n my Vuex store I

      hi, Diferno can you plz share your code how you configure additionalFields in q-uploader. and how you receive that field from server side.

      thanks.