Processes the postback data for the System.Web.UI.HtmlControls.HtmlInputFile control.
This method always returns false.
The System.Web.UI.HtmlControls.HtmlInputFile control implements the System.Web.UI.IPostBackDataHandler interface, which has two methods: System.Web.UI.IPostBackDataHandler.LoadPostData(string, System.Collections.Specialized.NameValueCollection) and System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent. The HtmlInputFile.LoadPostData(string, System.Collections.Specialized.NameValueCollection) method is called by the System.Web.UI.HtmlControls.HtmlInputFile.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent method and always returns false, indicating that the System.Web.UI.HtmlControls.HtmlInputFile control's state is not managed by the ASP.NET page framework.
The HtmlInputFile.LoadPostData(string, System.Collections.Specialized.NameValueCollection) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlInputFile control.