Skip to content

IUploadStorage.OpenFile method

Opens a file stream. The caller should dispose the stream.

public Stream OpenFile(string path)
parameter description
path File path

See Also