Usually when downloading files, suppose using QNetworkAccessManager, the filename is not present at the end of link. How to get proper file names in that case. Even if link does
Yes. It's the Content-Disposition: attachment; filename= header. There's a strong suggestion to set the content type to application/octet-stream so browsers and their plugins are not tempted to open it instead.