Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Michael Shadle
On Fri, Mar 12, 2010 at 11:51 AM, Ashley Sheridan wrote: > It's not much trouble to map the FTP to a file and have the right > permissions, and FTP is a doddle to set up on a server. I'd say a darn sight > less work than rolling your own mechanism in Java. Well, mechanisms already exist. We're

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Ashley Sheridan
On Fri, 2010-03-12 at 11:37 -0800, Michael Shadle wrote: > On Fri, Mar 12, 2010 at 4:41 AM, Ashley Sheridan > wrote: > > > I've noticed that large uploads over http seem to behave a little > > unpredictably at times, and aren't something I'd rely on. FTP is > > definitely the way to go, and ther

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Michael Shadle
On Fri, Mar 12, 2010 at 4:41 AM, Ashley Sheridan wrote: > I've noticed that large uploads over http seem to behave a little > unpredictably at times, and aren't something I'd rely on. FTP is > definitely the way to go, and there are plenty of Java applets that > allow you to do this. FTP is not

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Ashley Sheridan
On Fri, 2010-03-12 at 18:11 +0530, Devendra Jadhav wrote: > Always prefer FTP for large file uploads. > > On Fri, Mar 12, 2010 at 3:38 PM, Rene Veerman wrote: > > > try http://jumploader.com/ > > > > it's java+php, and free. > > > > > > On Fri, Mar 12, 2010 at 9:09 AM, 杜越 wrote: > > > hello, g

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Devendra Jadhav
Always prefer FTP for large file uploads. On Fri, Mar 12, 2010 at 3:38 PM, Rene Veerman wrote: > try http://jumploader.com/ > > it's java+php, and free. > > > On Fri, Mar 12, 2010 at 9:09 AM, 杜越 wrote: > > hello, guys, > > > > I have tried many ways and was told to use C or Perl. Perl is a stra

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread Rene Veerman
try http://jumploader.com/ it's java+php, and free. On Fri, Mar 12, 2010 at 9:09 AM, 杜越 wrote: > hello, guys, > > I have tried many ways and was told to use C or Perl. Perl is a stranger to > me and I never use C in a project. > Is there anybody would tell me how to make php interact with C/Per

Re: [PHP] how to upload large file ( bigger than 1G) with PHP

2010-03-12 Thread vikash . iitb
Hi, You can always change php.ini settings to allow larger file uploads. *upload_max_filesize = 2M* Increase it to fit your need. You may need to change this as well: *post_max_size = 10M * Let me know if it works for you. :) -- Regards, Vikash Kumar -- http://vika.sh On Fri, Mar 12, 2010 at