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

    q-uploader issue

    Help
    6
    10
    2003
    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.
    • F
      Fernando2684 last edited by

      Hi
      I am developing a module by using quasar q-uploader component, so after press the upload button (in red below), it is dispatching the following error.

      0_1503442546109_upload-6febc998-63d0-4769-99d1-0b1dba83db0c

      What should I do to fix it?

      0_1503442481048_upload-03cfeeff-bff7-4b51-bed3-46c5333f0f12

      The code I am using is:

      <q-uploader color=“light-green-6” url="" />

      Thanks for your help.

      1 Reply Last reply Reply Quote 0
      • S
        Sujan Dev last edited by

        @Fernando2684 check your import { …} from ‘quasar’ section. maybe you forgot to import QSpinner .

        1 Reply Last reply Reply Quote 0
        • F
          Fernando2684 last edited by Fernando2684

          hi @Sujan-Dev thanks for reply,
          Yes, it was included there

          1 Reply Last reply Reply Quote 0
          • S
            Sujan Dev last edited by

            @Fernando2684 did you add QSpinner in the components: { … } ?

            1 Reply Last reply Reply Quote 0
            • F
              Fernando2684 last edited by

              @Sujan-Dev Yes I did off course.

              1 Reply Last reply Reply Quote 0
              • maximilianfixl
                maximilianfixl last edited by

                @Fernando2684 did you found a solution or the issue? I have the same problem. Would be nice to know…

                1 Reply Last reply Reply Quote 0
                • F
                  Fernando2684 last edited by

                  @maximilianfixl no man, still having the issue 😞

                  1 Reply Last reply Reply Quote 0
                  • benoitranque
                    benoitranque last edited by

                    Could you post all relevant code, along with the version of quasar you are using and a small guide to reproducing the issue?

                    Thanks

                    1 Reply Last reply Reply Quote 0
                    • M
                      miguel.teixeira last edited by

                      I had the same problem, to hide the upload button I did:

                      .q-uploader__header-content > button:nth-of-type(3) {
                          display: none;
                      }
                      1 Reply Last reply Reply Quote 0
                      • rstoenescu
                        rstoenescu Admin last edited by

                        @miguel-teixeira In quasar beta.19 (to be released today) there’s the hide-upload-btn Boolean prop so you don’t need any CSS for it.

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