Using uploader within a datalist control

Last post 11-13-2008, 1:23 PM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  11-12-2008, 9:34 AM 45643

    Using uploader within a datalist control

    I am just about ready to purchase the uploader, but I have a couple of questions. I need to have it imbedded inside a datalist which displays items on an ecommerce order. The control worked great until I moved it there and I think it is having problems since it is actually repeated several times on the page. How can I make it pick up the file that I upload and save it? The browse button works, the upload progress works fine.
    Here is the code for it on the .ascx control-- code behind is in C#
     
    Thanks,
    Judy
     

    <asp:DataList ID="InputList" runat="server">

    <ItemTemplate>

    <asp:Localize ID="InputName" Runat="server" Text='<%#Eval("Name", "{0}:")%>' SkinID="FieldHeader"></asp:Localize>

    <asp:Localize ID="InputValue" Runat="server" Text='<%#Eval("InputValue")%>'></asp:Localize>

    <br />

     

    <CuteWebUI:Uploader runat="server" ID="Uploader1"

    InsertButtonID='Uploader1Insert'

    ProgressCtrlID='Uploader1Progress'

    ProgressTextID='Uploader1ProgressText'

    CancelButtonID='Uploader1Cancel'>

    <VALIDATEOPTION MaxSizeKB="204800" />

    </CuteWebUI:Uploader>

     

    </ItemTemplate>

    <FooterTemplate>

    <br />

    </FooterTemplate>

    </asp:DataList>

  •  11-12-2008, 11:06 AM 45646 in reply to 45643

    Re: Using uploader within a datalist control

    Judy,
     
    We are investigating this issue about the AjaxUploader is created dynamacally, and would publish a new update within 2 days.
     
    Regards,
    Terry
  •  11-12-2008, 12:18 PM 45653 in reply to 45646

    Re: Using uploader within a datalist control

    Thanks. I used chat last night with Adam and he said it was possible, so maybe he had something else in mind.
     
  •  11-13-2008, 1:23 PM 45702 in reply to 45653

    Re: Using uploader within a datalist control

    Judy,
     
    Please download the control and try again.
     
    Regards,
    Terry
View as RSS news feed in XML