Search found 1 match
- Thu Jul 09, 2009 4:53 am
- Forum: PHP - Code
- Topic: php file upload fails
- Replies: 1
- Views: 70
php file upload fails
Hai, In my site ,I have to upload files .I can upload files having small size.But now I want to upload files having size up to 50-80 MB. I am using php5 I changed the php5.ini file as memory_limit = 300M upload_max_filesize = 200M post_max_size = 500M max_execution_time = 4000 It fails after some ti...