• <tfoot id='mr7NQ'></tfoot>
    <i id='mr7NQ'><tr id='mr7NQ'><dt id='mr7NQ'><q id='mr7NQ'><span id='mr7NQ'><b id='mr7NQ'><form id='mr7NQ'><ins id='mr7NQ'></ins><ul id='mr7NQ'></ul><sub id='mr7NQ'></sub></form><legend id='mr7NQ'></legend><bdo id='mr7NQ'><pre id='mr7NQ'><center id='mr7NQ'></center></pre></bdo></b><th id='mr7NQ'></th></span></q></dt></tr></i><div id='mr7NQ'><tfoot id='mr7NQ'></tfoot><dl id='mr7NQ'><fieldset id='mr7NQ'></fieldset></dl></div>

        <legend id='mr7NQ'><style id='mr7NQ'><dir id='mr7NQ'><q id='mr7NQ'></q></dir></style></legend>

        <small id='mr7NQ'></small><noframes id='mr7NQ'>

        • <bdo id='mr7NQ'></bdo><ul id='mr7NQ'></ul>

        如何在没有回发的情况下使用 JavaScript 上传文件

        时间:2023-06-03

      1. <i id='ObNGO'><tr id='ObNGO'><dt id='ObNGO'><q id='ObNGO'><span id='ObNGO'><b id='ObNGO'><form id='ObNGO'><ins id='ObNGO'></ins><ul id='ObNGO'></ul><sub id='ObNGO'></sub></form><legend id='ObNGO'></legend><bdo id='ObNGO'><pre id='ObNGO'><center id='ObNGO'></center></pre></bdo></b><th id='ObNGO'></th></span></q></dt></tr></i><div id='ObNGO'><tfoot id='ObNGO'></tfoot><dl id='ObNGO'><fieldset id='ObNGO'></fieldset></dl></div>
          <tbody id='ObNGO'></tbody>

        • <bdo id='ObNGO'></bdo><ul id='ObNGO'></ul>

              • <tfoot id='ObNGO'></tfoot><legend id='ObNGO'><style id='ObNGO'><dir id='ObNGO'><q id='ObNGO'></q></dir></style></legend>
                1. <small id='ObNGO'></small><noframes id='ObNGO'>

                2. 本文介绍了如何在没有回发的情况下使用 JavaScript 上传文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我正在处理 ASP.NET 中的文件上传.我使用了 <input type=file id=upload><input type=button id="btnupload" value="File Upload">

                  I am working on a file upload in ASP.NET. I used <input type=file id=upload> and <input type=button id="btnupload" value="File Upload">

                  我想用 JavaScript 上传文件.更新面板不起作用,我不希望它回发并刷新页面.

                  I want to upload the file in JavaScript. The update panel does not work, I do not want it to postback and refresh the page.

                  谢谢,但是如果您有与 javascript 中的 fileUpload 相关的代码,请发送给我.请帮我.

                  thanks but If you have code related to fileUpload in javascript then send me. please help me.

                  推荐答案

                  可以使用 jQuery 和 jQuery 表单插件.我在几个项目中使用了这个组合,我没有问题,即使是大文件(10mb)

                  You can use jQuery and jQuery form plugin. I used this combination for few project and i had no problems, even for big files (10mb)

                  <form action="form.asp" method="post">
                  .......
                  </form>
                  $('form').submit(function(){
                   $(this).ajaxSubmit(function(data){
                    $('#updateDiv').html(data); // or append/prepend/whatever
                   })
                   return false
                  })
                  

                  当然,表单的操作会返回您需要更新的内容.您可能需要添加一些额外的函数来处理错误,但这应该可以正常工作

                  Ofcourse, the action of the form will return what you need to update. You may want to add some extra functions to handle errors, but this should work fine

                  这篇关于如何在没有回发的情况下使用 JavaScript 上传文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:使用实体框架将文件保存在数据库中 下一篇:RestSharp AddFile 使用 Stream

                  相关文章

                  最新文章

                  <small id='romex'></small><noframes id='romex'>

                3. <i id='romex'><tr id='romex'><dt id='romex'><q id='romex'><span id='romex'><b id='romex'><form id='romex'><ins id='romex'></ins><ul id='romex'></ul><sub id='romex'></sub></form><legend id='romex'></legend><bdo id='romex'><pre id='romex'><center id='romex'></center></pre></bdo></b><th id='romex'></th></span></q></dt></tr></i><div id='romex'><tfoot id='romex'></tfoot><dl id='romex'><fieldset id='romex'></fieldset></dl></div>
                    <bdo id='romex'></bdo><ul id='romex'></ul>
                4. <legend id='romex'><style id='romex'><dir id='romex'><q id='romex'></q></dir></style></legend>
                  <tfoot id='romex'></tfoot>