Re: Re: Client-side file uploading

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

 



You can change values of the php.ini file within a .htaccess
http://www.php.net/manual/en/ini.core.php

For example.
php_value upload_max_filesize "50M"
php_value post_max_size "50M"


On Sunday 27 November 2005 05:59, Ajree wrote:
> Errata:
>
> I don't know what I was thinking about when I wrote 'Apache' and
> 'httpd.conf'. It should be php.ini and upload_max_filesize option of
> course. Anyway it's not the point. I don't want to use this particular
> mechanism but make some kind of client-server application for uploading
> or use existing one. Any suggestions?
>
> Thanks in advance,
> Ajree

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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