Krystalware
SlickUpload logo

GetInputStream Method (file)

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

Declaration Syntax

C#

public Stream GetInputStream(
	UploadedFile file
)

Visual Basic

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

Parameters

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

Return Value

A FileStream of the file data that was uploaded.

Assembly: Krystalware.SlickUpload, Version: 4.0