Mediachase FileUploader.NET 1.9 Framework Help

McHttpPostedFile.InputStream Property

Gets a Stream object which points to an uploaded file to prepare for reading the contents of the file.

[Visual Basic]
Public ReadOnly Property InputStream As Stream
[C#]
public System.IO.Stream InputStream {get;}

Property Value

A Stream pointing to a file.

See Also

McHttpPostedFile Class | Mediachase.FileUploader.Web Namespace