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

  •  04-02-2009, 9:47 PM

    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 Complete Thread