Ajax toolkit file upload is not called
问题 I have two ajaxtoolkit file ulopads on the same page like <ajaxToolkit:AjaxFileUpload id="AjaxFileUpload1" AllowedFileTypes="jpg,jpeg,gif,png" OnUploadComplete="ajaxUpload2_OnUploadComplete" runat="server" /> <ajaxToolkit:AjaxFileUpload id="ajaxUpload1" AllowedFileTypes="jpg,jpeg,gif,png" OnUploadComplete="ajaxUpload1_OnUploadComplete" runat="server" /> and code behind protected void ajaxUpload2_OnUploadComplete(object sender, AjaxControlToolkit.AjaxFileUploadEventArgs e) { string filePath =