Keep queue visible after upload

Last post 05-05-2009, 2:22 PM by cutechat. 2 replies.
Sort Posts: Previous Next
  •  04-24-2009, 6:30 AM 51500

    Keep queue visible after upload

    Hi,
     
    For UploadAttachments I like the fact that the list of uploaded files remains visible after upload. However, I don't need the checkboxes, nor the possibility to remove files from the list after upload.
     
    The upload queue as displayed when using the Uploader class is basically good enough for me, but it hides immediately after the uploads are completed.
     
    Is there any way to keep that list visible after the uploads have completed?
    Thanks in advance.
     

    Regards, Marja
  •  04-29-2009, 9:59 AM 51647 in reply to 51500

    Re: Keep queue visible after upload

    Anyone?

    Regards, Marja
  •  05-05-2009, 2:22 PM 51841 in reply to 51500

    Re: Keep queue visible after upload

    Hi,
     
    When the page do the postback , the table will be reseted.
     
    If you want to keep the queue , there's two solution :
     
    1. in the OnPostBack event , cancel it. but you will not get the FileUploaded event
     
    2. process the OnQueueUI event , and draw the table by your self.
     
    If you are not use AJAX , I think the UploadAttachments control is the best solution for you .
     
    Otherwise you need write some javascript code for it.
     
    Please check the javascript-api samples ,  http://ajaxuploader.com/document/
     
    and also check this Process Files Individually
     
    Regards,
    Terry
     
View as RSS news feed in XML