Qt 6.11 is out! See what's new in the release
blog
How do you receive a file from a user and automatically save it to a designated folder
-
Hi and welcome to devnet,
Use QFileDialog::getOpenFileName to get the file and then use QFile::copy to copy it to the destination you want.