Krystalware
SlickUpload logo

GetOutputStream Method (file)

Returns a SqlClientInputStream to which to write the file as it is uploaded.

Declaration Syntax

C#

public Stream GetOutputStream(
	UploadedFile file
)

Visual Basic

Public Function GetOutputStream ( _
	file As UploadedFile _
) As Stream

Parameters

file– (UploadedFile)
The UploadedFile for which to get a Stream.

Return Value

A SqlClientInputStream to which to write the UploadedFile.

Remarks

The provider must store appropriate information in the file.LocationInfo property to allow it to implement the RemoveOutput and GetInputStream methods.

Assembly: Krystalware.SlickUpload, Version: 4.0