HttpPostedFileBase.InputStream Property

 

When overridden in a derived class, gets a Stream object that points to an uploaded file to prepare for reading the contents of the file.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

Public Overridable ReadOnly Property InputStream As Stream

Property Value

Type: System.IO.Stream

An object for reading a file.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: