Loading multiple files in Qt for WebAssembly
Unsolved
Qt for WebAssembly
-
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.
-
You aren't uploading files to the server, you are uploading files to the browsers sandbox.