How to replace the upload multiple files button in Ajax Uploader

Last post 10-29-2009, 6:46 AM by Jaganr012. 2 replies.
Sort Posts: Previous Next
  •  10-28-2009, 6:25 AM 56739

    How to replace the upload multiple files button in Ajax Uploader

    Hi,
     
    I want to replace the upload multiple files button with a new button which suits the paging style of my website.
     
    <CuteWebUI:UploadAttachments runat="server" InsertButtonStyle-BackColor="#0086BE" TableStyle-GridLines="Both" InsertButtonStyle-CssClass="uplCSS" RemoveButtonText="Delete" TableStyle-BorderWidth="1" InsertButtonStyle-Font-Bold="true" InsertButtonStyle-Width="200" InsertButtonStyle-Height="30" InsertText="Add Multiple Photos" InsertButtonStyle-ForeColor="White" ID="TopicFiles">
        <ValidateOption AllowedFileExtensions="jpeg,jpg,gif" MaxSizeKB="10240" />
        </CuteWebUI:UploadAttachments>
     
    What should i do so that i can replace the button of my desire. Please help me
     
    Thanks,
    Jagan Raghuraman.
  •  10-28-2009, 9:45 AM 56750 in reply to 56739

    Re: How to replace the upload multiple files button in Ajax Uploader

    Hi,
     
    Please use the InsertButtonID property.
     
    or check the simple code  :  simple-upload-UI.aspx
     
    Regards,
    Terry
  •  10-29-2009, 6:46 AM 56771 in reply to 56750

    Re: How to replace the upload multiple files button in Ajax Uploader

    Hi,
     
    Thanks for the info. Its working fine
     
    Jagan
View as RSS news feed in XML