Method | Description | |
---|---|---|
RetrieveFile ( string filename ) : Stream | ||
SaveFile ( Stream fileStream, string originalFilename ) : string | ||
SecureDiskFileStore ( ) : System |
Method | Description | |
---|---|---|
GetUniqueFilePath ( string filename ) : string | ||
SaveToDisk ( Stream stream, string filePath ) : void |
public RetrieveFile ( string filename ) : Stream | ||
filename | string | |
return | Stream |
public SaveFile ( Stream fileStream, string originalFilename ) : string | ||
fileStream | Stream | |
originalFilename | string | |
return | string |