PowUpload 1.3 control documentation

Query string field to use to determine the ID for the upload process.

public const string UploadIDQueryField = "uploadIDQueryField";

Remarks

UploadIDQueryField parameter has default value "UploadID". A string "?UploadID=xxxxx" should be added to a file name of the "Action" parameter of the Form (for example, Action="processupload.aspx?UploadID=123456789").

See Also

Settings.SettingsParams Class | ElementIT.PowUpload Namespace