Krystalware
SlickUpload logo

RemoveOutput Method (file)

Removes the output file or record for an upload.

Declaration Syntax

C#

void RemoveOutput(
	UploadedFile file
)

Visual Basic

Sub RemoveOutput ( _
	file As UploadedFile _
)

Parameters

file– (UploadedFile)
The UploadedFile for which to remove the output.

Remarks

Should only be called by the SlickUpload framework. The stream returned by GetOutputStream is guaranteed to have been closed before this method is called.

Assembly: Krystalware.SlickUpload, Version: 4.0