Ajax-based-File-storage demo

Last post 03-03-2010, 10:32 AM by senthilkumart. 2 replies.
Sort Posts: Previous Next
  •  12-20-2009, 6:09 PM 57849

    Ajax-based-File-storage demo

    Hi all,
     
    in the demo http://ajaxuploader.com/Demo/Ajax-based-File-storage.aspx there is two optional textfields "file name" and "description".
     
    They are missing in the product pack of ajax uploader, can anyone tell me how to add them manual?
     
    Second,
     
    when you upload a file using the demo there "pops" the processbar down and afterwards you get the attachment box with the green checkmarks - this  quick disapears though, can i get this to stay active and not disapear after a few seconds?
     
    Best Regards / Marry Christmas to you all
     
     
  •  12-20-2009, 9:45 PM 57852 in reply to 57849

    Re: Ajax-based-File-storage demo

    Hi,
     
    The filename/description is design for ajax uploader v1 , for that version uploader do not support multiple files uploading.
     
    It just use the specified filename when rename the file at the event handler.
     
    the event handler code is this :
     
     
    FileName:<asp:TextBox ID="TextBoxFileName" Width="200px" runat="server"></asp:TextBox>
    Description:<asp:TextBox ID="TextBoxDescription" Width="200px" runat="server"></asp:TextBox>
     
    --
     
    Here is another advanced example to let users type information for each file:
     
     
    --
     
    Second,
     
    the list is the AjaxUploader queue table. It show the uploading files.
     
    After all files are uploaded , the uploader will postback the form , fire the server error, and the page content will refresh.
     
    So the temp queue table will dispear.
     
    If you want to keep a table, you can use UploadAttachments control, and then customize the Items table
     
     
    Regards,
    Terry
     
     
  •  03-03-2010, 10:32 AM 59133 in reply to 57852

    Re: Ajax-based-File-storage demo

    <CuteWebUI:UploadAttachments InsertText="Upload " runat="server"

    ID="Attachments1" MultipleFilesUpload="true" ValidateOption-AllowedFileExtensions="jpeg,jpg,gif,png" ValidateOption-MaxSizeKB="200" OnAttachmentRemoveClicked="Attachments1_AttachmentDelete">

    </CuteWebUI:UploadAttachments>

    iam using above tage inside the div tag. after uploading files the div tag  disappears.
     
    is there any solution.
View as RSS news feed in XML