My code to use filepickeruploader control in DNN 7.2.2 is:
<dnn:ProfileEditorControl ID="ProfilePhoto" CssClass="profile-photo" runat="Server"
EnableClientValidation="true" />
although i am getting Result in fileupload code dnn.jquery.is as expected (Message: "The file 'XXXXX.bmp could not be uploaded:File extension not allowed.'") but error message is not displayed and textStatus code in data is "Success" .
How to display this message.