View Single Post
Old October 22nd, 2005, 08:48 AM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,056
How big is the file?

Sounds to me like your php memory has been exhausted. You can edit your php.ini and increase the memory_limit or in bulkupload.php under this

ini_set("max_execution_time", 0);

add this

ini_set("memory_limit", "24M");

In uploadphoto.php above this

require "pp-inc.php";

add this

ini_set("memory_limit", "24M");
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote