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

    <tfoot id='SVRyp'></tfoot>

          <bdo id='SVRyp'></bdo><ul id='SVRyp'></ul>
        <legend id='SVRyp'><style id='SVRyp'><dir id='SVRyp'><q id='SVRyp'></q></dir></style></legend>
      1. 在 PHP 中使用分块上传 1GB 文件

        时间:2023-12-02
      2. <legend id='UzUoC'><style id='UzUoC'><dir id='UzUoC'><q id='UzUoC'></q></dir></style></legend>

            • <small id='UzUoC'></small><noframes id='UzUoC'>

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

                  本文介绍了在 PHP 中使用分块上传 1GB 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  I have a web application that accepts file uploads of up to 4 MB. The server side script is PHP and web server is NGINX. Many users have requested to increase this limit drastically to allow upload of video etc.

                  However there seems to be no easy solution for this problem with PHP. First, on the client side I am looking for something that would allow me to chunk files during transfer. SWFUpload does not seem to do that. I guess I can stream uploads using Java FX (http://blogs.oracle.com/rakeshmenonp/entry/javafx_upload_file) but I can not find any equivalent of request.getInputStream in PHP.

                  Increasing browser client_post limits or php.ini upload or max_execution times is not really a solution for really large files (~ 1GB) because maybe the browser will time out and think of all those blobs stored in memory.

                  Is there any way to solve this problem using PHP on server side? I would appreciate your replies.

                  解决方案

                  plupload is a javascript/php library, and it's quite easy to use and allows chunking.

                  It uses HTML5 though.

                  这篇关于在 PHP 中使用分块上传 1GB 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:PHP post_max_size 覆盖upload_max_filesize 下一篇:PHP 上传、解压和进度条

                  相关文章

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

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

                      <tfoot id='uB01d'></tfoot>