php-general Digest 25 Feb 2013 07:45:18 -0000 Issue 8136

Topics (messages 320291 through 320292):

Re: File Upload MultiPart
        320291 by: tamouse mailing lists

Big File Upload how to catch stream
        320292 by: Wim

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
On Sun, Feb 24, 2013 at 1:07 PM,  <user@domain.invalid> wrote:
> Hello,
>
> I have been looking how to upload big files more than 1GB , with php but it
> doesn't work well. I guess php POST multipart method is to memory consuming.
> Is there a way , like in the apache.commons to catch the stream and handle
> it ?
> I've looked at the rfc1867.c file implementation and it seems that this is
> where the memory goes really up. Is there a way we could change this ?
>
> Kind Regards
> Wim
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

Although loathe to respond to someone listed as "user@domain.local"...

Maybe look at 
http://stackoverflow.com/questions/10961538/uploading-very-large-files-5gb-to-15gb

--- End Message ---
--- Begin Message ---

Hello,

I have been looking how to upload big files more than 1GB , with php but it doesn't work well. I guess php POST multipart method is to memory consuming. Is there a way , like in the apache.commons to catch the stream and handle it ? I've looked at the rfc1867.c file implementation and it seems that this is where the memory goes really up. Is there a way we could change this ?

Kind Regards
Wim

--- End Message ---

Reply via email to