First, I would like to say that this is a great control, but we are having some problems that may just need some clarity.
During some of the postbacks that take place during the file upload, it is necessary for us to modify the values of other controls on the page (AjaxFileUpload and other controls are in an UpdatePanel). The problem is that even though we modify the values of these other controls, and have verified through debugging that they have been modified, the controls' old values still exist upon completion of the file upload. Is something blocking the ability to change anything other than the file? Is there a way around this?
Thanks for your assistance.