No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    QUploader supporting other services

    Framework
    1
    1
    120
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Mike Key last edited by

      I need to process files locally and QUploader looks like the best match except it requires url and supports only http protocol by now.
      Suppose file processing is just calculating files hashes. Large files can take long to process so I need to override progress as well.
      I can’t quite get how to extend the component to override. There’s an example API in the docs extending QUploaderBase.js, but I can’t get the whole picture what to do with it next.

      https://quasar.dev/vue-components/uploader#Supporting-other-services

      You’ll be creating a new Vue component that extends the Base of QUploader that you can then import and use in your website/app.

      I’d appreciate a more extended explanation on how to extend QUploader on some simple example like returning files sizes or hashes array.

      1 Reply Last reply Reply Quote 1
      • First post
        Last post