FileRequestFileName Property |
Namespace: Aceoffix
Gets the file name of the file submitted by AceoffixCtrl.
Typically, it's the file name which is opened. The file name contains the file name extension, but not including the directory path.
If the document which is going to be opened is a binary stream outputted by server page, the file name will be "aceoffix" with the correct file name extension.
Refer to the full code example in the SaveToFile(String) method topic to learn how to save document.