Posted by Stephen Leaf on 11/27/05 20:27
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
Navigation:
[Reply to this message]
|