Krystalware
SlickUpload logo

IUploadStreamProvider Interface

A provider that can be called to get a Stream to which to write an UploadedFile.

Declaration Syntax

C#

public interface IUploadStreamProvider

Visual Basic

Public Interface IUploadStreamProvider

Members

IconMemberDescription
GetInputStream(UploadedFile)
Returns a Stream of the file data that was uploaded for the specified location info.
GetOutputStream(UploadedFile)
Returns a Stream to which to write the file as it is uploaded.
RemoveOutput(UploadedFile)
Removes the output file or record for an upload.

Assembly: Krystalware.SlickUpload, Version: 4.0