or
<system.web> <httpHandlers> <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" /> <add path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" /> <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource" validate="false" /> <add path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.1.12.611, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" validate="true" /> </httpHandlers></system.web>
<system.webServer> <validation validateIntegratedModeConfiguration="false" /> <modules runAllManagedModulesForAllRequests="true" /> <handlers> <add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler"/> <add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler" /> <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" /> <add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=6.1.12.611, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode" /> </handlers></system.webServer><telerik:RadEditor runat="server" EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false" Width="99%"ToolsFile="~/RadControls/Editor/ToolsFile_slim.xml" EnableResize="False"ContentFilters="RemoveScripts,IECleanAnchors,ConvertFontToSpan,IndentHTMLContent,ConvertToXhtml" StripFormattingOptions="MSWordRemoveAll" DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd" SpellCheckSettings-AjaxUrl="/Telerik.Web.UI.SpellCheckHandler.axd" ExternalDialogsPath="~/RadControls/EditorDialogs" />

<label for="resume">Upload Resume</label><BR> <div class="clear" style="height: 8px"></div><BR> <a href="#" id="upload">Select a PDF</a><span id="filename"></span><BR> <asp:FileUpload ID="FileRadUpload" runat="server" accept="application/pdf" style="visibility:hidden;height:0;" /><BR> <asp:CustomValidator ID="Customvalidator1" runat="server" Display="Dynamic" ValidationGroup="Validate"<BR> ControlToValidate="FileRadUpload" ClientValidationFunction="validateRadUpload"<BR> CssClass="errormessage" SetFocusOnError="true"><BR> <span class="errormessage">Only PDF extension are allowed</span><BR> </asp:CustomValidator> <BR> <div class="clear"></div><BR> </div><!--/field--> <BR> <div class="field"><BR> <label for="position">Desired Position:</label><BR> <telerik:RadTextBox ID="PositionRadTextBox" runat="server" EmptyMessage="" TextMode="SingleLine" CssClass="gray-02"></telerik:RadTextBox><BR> <asp:RequiredFieldValidator ID="PositionRequiredfieldvalidator" runat="server" Display="Dynamic" CssClass="errormessage" ValidationGroup="ContactGroup" ControlToValidate="PositionRadTextBox" ErrorMessage="Enter position"></asp:RequiredFieldValidator> <BR> </div><BR> <div class="field"><BR> <asp:Button ID="submit" runat="server" CssClass="submit" Text="Submit" OnClick="SubmitButton_Click" ValidationGroup="ContactGroup" /><BR> </div><BR>