Add the code below into the page
<script type="text/javascript">
var count=0;
function CuteWebUI_AjaxUploader_OnSelect(files)
alert("you selected "+count+" files");
}
</script>
Regards,
ken