Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. Loading multiple files in Qt for WebAssembly
Forum Updated to NodeBB v4.3 + New Features

Loading multiple files in Qt for WebAssembly

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
3 Posts 2 Posters 465 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    arietto
    wrote on 18 Mar 2021, 10:37 last edited by
    #1

    Hello! I need to use a file dialog in order to upload several files from client to server. I am aware about QFileDialog::getOpenFileContent(), but what about multiple files uploading (multiselect using file dialog in some directory) in Qt for WebAssembly? I don't mind against workaround.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lorn.potter
      wrote on 22 Mar 2021, 18:34 last edited by
      #2

      You aren't uploading files to the server, you are uploading files to the browsers sandbox.

      Freelance Software Engineer, Platform Maintainer QtWebAssembly, Maintainer QtSensors
      Author, Hands-On Mobile and Embedded Development with Qt 5 http://bit.ly/HandsOnMobileEmbedded

      1 Reply Last reply
      0
      • A Offline
        A Offline
        arietto
        wrote on 30 Mar 2021, 14:40 last edited by
        #3

        Surely! I upload these files via REST API after receiving them in the sandbox.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved