Gets a System.IO.Stream object that points to a file to upload using the System.Web.UI.WebControls.FileUpload control.
Documentation for this section has not yet been entered.
The FileUpload.FileContent property gets a System.IO.Stream object that points to a file to upload by using the System.Web.UI.WebControls.FileUpload control. Use the FileUpload.FileContent property to access the contents of the file. For example, you can use the System.IO.Stream object that is returned by this property to read the contents of the file as bytes and store them in a byte array.