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]
