Posted by doorman on 01/19/06 11:55
juglesh wrote:
> Adam Plocher wrote:
>
>>You might be able to do ini_set("upload_max_filesize","50M");
>
>
> you may also be able to use a .htaccess file, the contents of which may
> look like this:
>
> # php_value name value
> php_value post_max_size 50M
> php_value upload_max_filesize 50M
> php_value max_execution_time 16666
>
when trying this htaccess i get the 500 error from the server... is
there any way to get around this ini setting by ftp upload in php? is it
possible?
Navigation:
[Reply to this message]
|