NeatUpload Documentation

MultiFile.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

true if a file was uploaded with this control

Implements

IPostBackDataHandler.LoadPostData

See Also

MultiFile Class | Brettle.Web.NeatUpload Namespace