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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 1:39 PM, 杜越 <ooooo825@xxxxxxxxx> 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/Perl and how
> to maintain sessions during the interacting time ?
>
> thanks in advance!
>

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux