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 - Multiple files upload

    Help
    2
    3
    1100
    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.
    • J
      jctrebalag last edited by

      Hi all,

      I’m using the Quploader component and it works fine when uploading single files (using express/multer in backend). However, when I enable the ‘multiple’ attribute, it seems that the uploader sends one file at a time resulting in multiple calls to my API upload url and multer not being able to gather all the files info in the same array.
      Is there a workaround ?
      Thank you.

      1 Reply Last reply Reply Quote 0
      • M
        Max last edited by Max

        well i dont get your problem…
        if you enable multiple the uploader component will upload multiple files to your backend…that how it is and you will have to handle each file separately in your backend code…

        its not uploading parallel, its uploading one after another…

        1 Reply Last reply Reply Quote 0
        • J
          jctrebalag last edited by

          Thanks for your reply. When I test my API route for uploading multiple files (same input name) with postman, the express/multer middleware I use handles the upload as an array. However, when I’m using the Quploader component, the middleware handles the upload as single files uploads.

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