Re: Progress bar and uploaded file name box dessapear

  •  05-08-2013, 12:17 PM

    Re: Progress bar and uploaded file name box dessapear

    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 

View Complete Thread