in reply to CGI::Application file uploads buffering

I shudder to contemplate the transfer of a 4GB file, in one chunk, using the HTTP protocol ...   The number of bytes transferred will be quite a bit larger than that, due to encoding.

Replies are listed 'Best First'.
Re^2: CGI::Application file uploads buffering
by Anonymous Monk on Mar 25, 2011 at 09:07 UTC
    Why? This happens all the time, people download DVD images over HTTP.
      Why? This happens all the time, people download DVD images over HTTP.

      We're talking about uploading, and since Content-Transfer-Encoding could be Base64, the number of bytes could be double.

        Content-Transfer-Encoding could be Base64, the number of bytes could be double.

        <beancounting>Base64 adds only 33% overhead</beancounting>

        But yes, uploading gigabytes via HTTP is probably not the best idea.

        Alexander

        --
        Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)