Re: [PHP] Re: Client-side file uploading

2005-11-27 Thread Stephen Leaf
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 '

[PHP] Re: Client-side file uploading

2005-11-27 Thread Ajree
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 e