January 27th, 2005, 07:52 AM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
In bulkupload.php try this
ini_set("max_execution_time", 0);
beneath it add this
ini_set("memory_limit", "20M");
|
| |