IUploadStorage.OpenFile method

namespace: Serenity.Web   assemblySerenity.Net.Services

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

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

See Also