PowUpload 1.3 control documentation

Property of any type allows to store custom data between progress bar calls or between progress bar and final file processings script.

public object CustomData {get; set;}

Property Value

Any type Object. To pass few types of data use sctructure.

Remarks

Sample of use: Set here at file processings script that file was saved and at Progress bar page show to user if file was saved or not.

See Also

UploadedFile Class | ElementIT.PowUpload Namespace