how to persist AjaxUploaderQueueTable after post back, after server side validation

Last post 02-26-2009, 10:07 PM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  02-26-2009, 9:14 AM 49276

    how to persist AjaxUploaderQueueTable after post back, after server side validation

    I am using ajax uploader, if server side validation fails i wanted to keep the AjaxUploaderQueueTable
    visible on the page after the post back.

    Please let me know how to do that....

    Filed under:
  •  02-26-2009, 1:23 PM 49282 in reply to 49276

    Re: how to persist AjaxUploaderQueueTable after post back, after server side validation

    Hi,
     
     
    the queue table is generated by script,
     
    after postback, it would cleared.
     
     
    Do you using Ajax ?
     
    Please check out example:
     
     
     
    Regards,
    Terry
  •  02-26-2009, 1:55 PM 49284 in reply to 49282

    Re: how to persist AjaxUploaderQueueTable after post back, after server side validation

    Can we add a runat server attribute via javascript?. My scenario is user has to give a groupname and upload images to server. if the group name is duplicated i have to show the error message without choosing the image files once again.
     
    I am really finding it difficult to achieve this. Any help would be appreciated
  •  02-26-2009, 10:07 PM 49302 in reply to 49284

    Re: how to persist AjaxUploaderQueueTable after post back, after server side validation

    Hi,
     
    I suggest you use UploadAttachments control.
     
    Please see our advanced samples, the create forum topic sample.
     
    It can persist a list at server side, and you can process after another button postback.
     
    Regards,
    Terry
View as RSS news feed in XML