Posted by Erwin Moller on 08/30/06 09:50
poorna wrote:
> thanks for ur reply..
>
> i tried to upload../
> (now the KB files was uploaded)
> But MB files was not uploaded...
> what can i do for this??
>
> regards
> poorna
Hi poorna,
You probably hitted the max size for an uploaded file.
The good news: You can change the max size for an uploaded file in php.ini,
or via ini_set().
Check php.ini for: upload_max_filesize
I think it is set to 2MB standard. CHange it to what you think is more
appropriate in your situation.
You can find the directives here:
http://nl3.php.net/manual/en/ini.php
You are almost finished.
Good luck!
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|