Hi,
If you want to pass the file list to another page,
You need store the list of the File Guid , into Session , or Database or somewhere,
And fetch the File Guid in another page, use uploader.GetUploadedFile(guid) to get the file object, and show it .
Regards,
Terry