Hi,
You can use javascript API to catch the event.
add this script into your page :
<script>
function CuteWebUI_AjaxUploader_OnPostback()
{
var uploader=this;
//guid list splited by '/'
alert(uploader.value);
//todo: submit your page here.
return false;
}
</script>
Regards,
Terry