savefiledialog

How to set name of file downloaded from browser?

白昼怎懂夜的黑 提交于 2019-11-26 12:45:16
问题 I\'m writing a web application that, among other things, allows users to upload files to my server. In order to prevent name clashes and to organize the files, I rename them once they are put on my server. By keeping track of the original file name I can communicate with the file\'s owner without them ever knowing I changed the file name on the back end. That is, until they go do download the file. In that case they\'re prompted to download a file with a unfamiliar name. My question is, is