I'm trying to import a CSV file that is 30 megs in size which I'll map to a lead record(s).
I've changed my php.ini file to allow uploads of this size and I realize that it'll take longer to execute so I've upped the amount of time a script may execute to 5 minutes and I've upped the ram to 1 gig.
Even after 5 minutes, I get index.php, which means that it fails.
Has anybody figured out how to handle these large imports?
Breaking the file into multiple imports is not an option unfortunately.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks