PHP Classes

file size limit?

Recommend this page to a friend!

      MS-Excel Stream Handler  >  All threads  >  file size limit?  >  (Un) Subscribe thread alerts  
Subject:file size limit?
Summary:files greater than 1.12 MB get destroyed
Messages:2
Author:Dejan
Date:2009-03-20 03:40:05
Update:2009-03-20 19:10:09
 

  1. file size limit?   Reply   Report abuse  
Picture of Dejan Dejan - 2009-03-20 03:40:05
I have had great luck with this handler except with bigger report I noticed if the excel sheet gets bigger than 1.12 MB the file gets corrupt with no data, is there a setting I'm missing?

  2. Re: file size limit?   Reply   Report abuse  
Picture of Dejan Dejan - 2009-03-20 19:10:09 - In reply to message 1 from Dejan
SOLVED!

Had to adjust the php.ini file to following

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 620 ; Maximum execution time of each script, in seconds
max_input_time = 620 ; Maximum amount of time each script may spend parsing request data
memory_limit = 512M ; Maximum amount of memory a script may consume