Posted by Richard Lynch on 01/31/05 20:13
badlya badlu wrote:
> I have created one php file for uploading the file. i
> also made changes in /etc/php.ini for size limit. but
> i can not upload the files greater than 5mb. Is there
> any modification which has to be done in other
> configuration file.
Check your POST size limit in, errr, php.ini or httpd.conf
If you only allow 5M of POST data, you can't cram 50M files into that...
POST limit should be higher than max upload size.
--
Like Music?
http://l-i-e.com/artists.htm
[Back to original message]
|