NeatUpload Documentation

IUploadModule.FileFieldNamePrefix Property

The prefix for the names of file fields in requests.

string FileFieldNamePrefix {get;}

Property Value

The prefix for the names of file fields in requests.

Remarks

If a file field has a name that starts with this prefix, the prefix must be followed by the post-back ID, then a "-", then a control's UniqueID. The file will then be associated with that post-back ID and control UniqueID.

See Also

IUploadModule Interface | Brettle.Web.NeatUpload Namespace