Krystalware
SlickUpload logo

GetInputStream Method (file)

Returns a Stream of the file data that was uploaded for the specified location info.

Declaration Syntax

C#

Stream GetInputStream(
	UploadedFile file
)

Visual Basic

Function GetInputStream ( _
	file As UploadedFile _
) As Stream

Parameters

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

Return Value

A Stream of the file data that was uploaded.

Assembly: Krystalware.SlickUpload, Version: 4.0