When I run the script, the FileName comes back as "undefined". This is the code I'm using:
<script type='text/javascript'>
function CuteWebUI_AjaxUploader_OnPostback(task)
{
window.location.href="http://www.domain.com/page.asp?File=" + task.FileName;
}
</script>