I offer downloadable products on my page and i want that my customers can download their purchased product max. 10x times.
Well, if the size of the downloadable product is small, a few KB, the counter is working normal and decreases every time when the customer click on the download button..
But i have also downloads which are a few MB or over 100MB, and then the counter does not decrease. I dont know why.
I am not sure if this is a bug or i have wrong settings, but can somebody help me?

Is it possible to create a module for it?
My php.ini settings:
Code: Select all
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 64M;
max_execution_time = 36000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_only_cookies = On;
session.use_trans_sid = Off;
session.cookie_httponly = On;
session.gc_maxlifetime = 172800;
allow_url_fopen = on;
;display_errors = 1;
;error_reporting = E_ALL;