On Fri, 2008-08-22 at 13:50 +0530, p4pravin wrote:
> Hello all,
>
> I want to upload around 10 mb file size
>
> and i am using windows server
>
>
>
> i write the following code
>
>
>
> ini_set("memory_limit","25M");
>
> ini_set("post_max_size","50M");
>
> ini_set("upload_max_filesiz
Hello all,
I want to upload around 10 mb file size
and i am using windows server
i write the following code
ini_set("memory_limit","25M");
ini_set("post_max_size","50M");
ini_set("upload_max_filesize","20M");
set_time_limit(0);
and i also specifiy MAX_FILE_SIZE hidden variab
hello list,
ini_set
and his alias ini_alter,
seems not to work under win 2000 enviroment with php 4.2.1
Any suggestions about fixing the problem.
Parse the php.ini file with preg_match could be an idea,
but ini_set is easy and fast.
regards
robert
--
PHP Windows Mailing List (http://www.p