|
Take note does this happen when hitting the upload link or when processing a file?
Your thread here read like when you hit the upload link.
If indeed it is when processing a file then try this.
IN bulkupload.php find this
ini_set("max_execution_time", 0);
add below
ini_set("memory_limit");
Last edited by Chuck S; May 27th, 2005 at 02:18 PM.
|