How to upload max size files( any size) without timeout php[

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amarvarma
Forum Newbie
Posts: 1
Joined: Mon May 21, 2007 1:29 am

How to upload max size files( any size) without timeout php[

Post by amarvarma »

How to upload max size files( any size) without timeout php
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

Increase the maximum file size, upload limit, script timeout limit, memory limit and maximum input time in php.ini.
Post Reply