NeatUpload Documentation

InputFile.LoadPostData Method 

Called by ASP.NET so that controls can find and process their post back data

public virtual bool LoadPostData(
   string postDataKey,
   NameValueCollection postCollection
);

Return Value

the true if a file was uploaded with this control

Implements

IPostBackDataHandler.LoadPostData

See Also

InputFile Class | Brettle.Web.NeatUpload Namespace