NeatUpload Documentation

UploadedFile.InputStream Property

A readable Stream on the uploaded file.

public System.IO.Stream InputStream {get;}

Remarks

A readable Stream on the uploaded file. Note that the Stream is opened when this property is first accessed and that stream becomes the permanent value of this property. If you use this property and don't either Close() the stream or call MoveTo or SaveAs before the request ends you may get an exception when NeatUpload tries to delete the underlying temporary storage at the end of the request.

See Also

UploadedFile Class | Brettle.Web.NeatUpload Namespace