A readable Stream on the uploaded file.
A readable Stream on the uploaded file if a file was uploaded during the last postback, otherwise null. 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 before the request ends you may get an exception when NeatUpload tries to delete the underlying temporary storage at the end of the request.