HttpPostedFileWrapper.InputStream Property

 

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 Overrides ReadOnly Property InputStream As Stream

Property Value

Type: System.IO.Stream

An object for reading a file.

.NET Framework
Available since 3.5
Return to top
Show: