PowUpload 1.3
IUploadHandle.NewFileFound�Method�

Home page
Contact support

Function executed after new file found.

bool�NewFileFound(
���UploadedFilefile,
���PowUploadinfo
);

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