HI,

The primary purpose of the APC was for upload tracking. I also have full access 
to the server, so upload limits were set at 2GB, which is as large as it can be 
with out integer overflow occurring.

Regards
John

On 28/05/2010, at 6:51 PM, Dan Khan wrote:

> Hi John,
> 
> Did your apc method get around server upload limits where you don't
> have access on the host to change these settings?
> 
> Cheers,
> -Dan
> 
> On 28 May 2010 16:58, John Lennard <[email protected]> wrote:
>> Hi,
>> 
>> I have recently implemented some file upload code, using apc for
>> tracking uploads and am quite happily handling files around the 1-2GB
>> mark. It turned out to be more of an exercise in javascript than php.
>> 
>> I did have problems over the 2GB mark as there seems to be a 32bit
>> value for the  php upload limits which wraps to zero and then nothing
>> uploads. This was a simple post/multi part form, with php5.3 running
>> on 64bit Debian.
>> 
>> 
>> If you want some snippets i may be able to find some to share.
>> 
>> 
>> Regards
>> John
>> 
>> 
>> 
>> 
>> 
>> On Apr 29, 8:10 pm, Bo Wang <[email protected]> wrote:
>>> Hi All,
>>> 
>>> Any of you guys dealt with file uploads exceed 1GB? apart from increasing
>>> the php.ini parameter settings, is there any other way that have been tested
>>> before?
>>> 
>>> I looked at using PUT method, but cannot figure out how best to solve the
>>> user authentication problem.
>>> 
>>> Bo
>>> 
>>> --
>>> ---
>>> Bo Wang, B.Sc
>>> PO Box 21849
>>> Henderson, Auckland
>>> 
>>> mobile: +64 21 2695641
>>> tel/fax: +64 9 836 1726
>>> skype: beau8282
>>> 
>>> --
>>> NZ PHP Users Group:http://groups.google.com/group/nzphpug
>>> To post, send email to [email protected]
>>> To unsubscribe, send email to
>>> [email protected]
>> 
>> --
>> NZ PHP Users Group: http://groups.google.com/group/nzphpug
>> To post, send email to [email protected]
>> To unsubscribe, send email to
>> [email protected]
> 
> -- 
> NZ PHP Users Group: http://groups.google.com/group/nzphpug
> To post, send email to [email protected]
> To unsubscribe, send email to
> [email protected]

-- 
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]

Reply via email to