Hi,
after the AjaxfileUpload UploadComplete I need to change the text of a Literal inside the page accordingly to the outcome of the upload event. I can't use the usual grafical behaviour of the control because I have a custom check before the SaveAs method (so the AjaxFileUpload could show to the user that the file is successfully uploaded when in fact it has never been saved).
There is a way to do so?