Hi calwest0,
Can not keep the progress bar, it only use for file uploading status.
If you want to show the upload file info after uploaded, you can use the "UploadAttachments", like below.
<CuteWebUI:UploadAttachments ID="Attachment1" runat="server" >
</CuteWebUI:UploadAttachments>
Here is the online demo http://www.ajaxuploader.com/Demo/multiple-files-upload.aspx of the attachment control.
Regards,
Ken