I know that AjaxFileUpload is asynchronous, but is there a work around to get the control to see the value of a text box on the same form?
I would like to have the text box for the user to type in the description of the uploaded file, but in the OnUploadComplete event handler, the control basically sees nothing. I hope there is a workaround.