PowUpload 1.3 control documentation

Function executed after new file found.

bool NewFileFound(
   UploadedFile file,
   PowUpload info
);

Parameters

file
UploadedFile object represents file which was found.
info
PowUpload class for this request.

Return Value

If return value is true than file will be saved on hard disk; otherwise willn't.

See Also

IUploadHandle Interface | ElementIT.PowUpload Namespace