if(uploadobj.getqueuecount()>0) can this be deteced from code behind?

Last post 04-02-2009, 9:47 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  04-02-2009, 12:59 PM 50706

    if(uploadobj.getqueuecount()>0) can this be deteced from code behind?

    if(uploadobj.getqueuecount()>0) can this be deteced from code behind?
    the reason i am looking for this is I depending on the queuecount I will not to do some extra work on the server side.
     
    Thanks
  •  04-02-2009, 9:47 PM 50741 in reply to 50706

    Re: if(uploadobj.getqueuecount()>0) can this be deteced from code behind?

    Hi,
     
    No, the server side do not know the client side state.
     
    If you are doing a AJAX postback , you can use script to get it and set it to hidden field before postback.
     
    Regards,
    Terry
View as RSS news feed in XML