Loading multiple files in Qt for WebAssembly
-
wrote on 18 Mar 2021, 10:37 last edited by
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.
-
wrote on 22 Mar 2021, 18:34 last edited by
You aren't uploading files to the server, you are uploading files to the browsers sandbox.
-
wrote on 30 Mar 2021, 14:40 last edited by
Surely! I upload these files via REST API after receiving them in the sandbox.