NeatUpload Documentation

IUploadModule.PostBackIDFieldName Property

The name of the form field that can contain the post-back ID with which all subsequent files in the request should be associated.

string PostBackIDFieldName {get;}

Property Value

The name of the form field that can contain the post-back ID with which all subsequent files in the request should be associated.

Remarks

For example, if PostBackIDFieldName is "NeatUpload_PostBackID", then if a request contains a form field named "NeatUpload_PostBackID" with a value of "123ABC", all subsequent files in the request will be assocated with post-back ID "123ABC". The post-back ID must not contain the character "-".

See Also

IUploadModule Interface | Brettle.Web.NeatUpload Namespace