Hi I managed to setup your uploader but everytime upload finishes it hides the progress bar and the uploaded file name. How can I force it to stay and displa those two?
Thanks
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