Quantcast
Channel: PHPExcel Forum Rss Feed
Viewing all articles
Browse latest Browse all 2707

New Post: Excel file size limit

$
0
0
Hello

I am getting this size problem. I have tires everything that has been written, but not working.

File size is 2 MB. No of rows in excel : 24,000

When I am trying to print as "print_r($_FILES)", I am getting
Array
(
[file] => Array
    (
        [name] => test.xlsx
        [type] => 
        [tmp_name] => 
        [error] => 1
        [size] => 0
    )
)

which is incorrect. I have not changed anything in the ini files, but I have added to line on the top of my php file as
ini_set('max_execution_time', 0);
ini_set("memory_limit", "2048M");

nothing is working. Please guide me.
Thanks

Viewing all articles
Browse latest Browse all 2707

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>