ajax send FormData c# WebMethod
问题 I have a form with a File Input and one Button, when I press the button the file should go to the server side. When I send a file to the server the ajax response is success, never stop in the c# webmethod breakpoint that I use. What I am doing wrong? The Form: (Default.aspx) <form id="form1" runat="server" enctype="multipart/form-data"> <div align="center" class="divBody"> <div id="controlHost"> <div id="outerPanel"> <table width="100%" cellpadding="2" cellspacing="5"> <tr align="left"> <td