Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: if(uploadobj.getqueuecount()>0) can this be deteced from code behind?
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:
Oldest to newest
Newest to oldest
Previous
Next
04-02-2009, 12:59 PM
50706
wassimsa
Joined on 12-09-2008
Posts 39
if(uploadobj.getqueuecount()>0) can this be deteced from code behind?
Reply
Quote
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
cutechat
Joined on 07-22-2004
Posts 2,332
Re: if(uploadobj.getqueuecount()>0) can this be deteced from code behind?
Reply
Quote
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