I have a simple form where I want to upload some files and save them on then save them on the server when the UploadComplete event fires. I can not get the event to fire no matter what I do. I've viewed innumerable postings on this issue as others have the same problem, and yet none of the fixes seem to work for me. I am using the latest version of the toolkit, 4.1.60623.
I have updated the form with this:
<form name="frmProcess" runat="server" enctype="multipart/form-data" method="post">
I found one posting that said to add this code to the control and someone claimed that it worked.
onuploadedcomplete="uploadExcelFile_UploadComplete"
(the name of the server side event procedure) which I've tried without success.
Any other ideas?