NeatUpload Documentation

HiddenPostBackID Class

Hidden form field which tells the UploadHttpModule to stream all files in the form to storage and allows that ProgressBar control to track progress.

For a list of all members of this type, see HiddenPostBackID Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Brettle.Web.NeatUpload.HiddenPostBackID

public class HiddenPostBackID : WebControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

You only need to use this control if you are using something other than NeatUpload's controls to generate your file upload fields. For example, if you are using client-side script to dynamically add <input type="file"%gt; elements, you would need to use this control. If you use this control, you need to place it before the <input type="file"%gt; elements, preferably immediately after the form element.

Requirements

Namespace: Brettle.Web.NeatUpload

Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)

See Also

HiddenPostBackID Members | Brettle.Web.NeatUpload Namespace