allowing Browse "InsertButton" to remain after selecting 1 of multiple files

  •  08-21-2009, 1:46 PM

    allowing Browse "InsertButton" to remain after selecting 1 of multiple files

    I would like to allow my users to upload several files at once from potentially different locations on their system.
    in the interface I give the users a list of files they need to upload and when they select the first one the queueList appears and the InsertButton disappears not allowing the users to select other files from other locations.
     
    how do I get it to remain after rendering the queueList?
     
     
     <CuteWebUI:UploadAttachments InsertButtonID="btnInsert" MultipleFilesUpload="true" runat="server" ManualStartUpload="true" ID="auxFileUploader" InsertText="Browse Files" >
     <asp:Button ID="btnInsert" CssClass="queue_btn" runat="server" Text="Browse Files" />

View Complete Thread