Page 1 of 1

problems with large files

Posted: 08 Nov 2017, 14:17
by ccprogetti
The Phocadownload component works very well, but we have problems with a file of about 200MB. Fairly often it happens that the download may stop.
I modified some php.ini parameters suggested by the provider but the problem remained.
Any suggestions?
Thanks for the attention.

Maurizio

Re: problems with large files

Posted: 13 Nov 2017, 16:46
by Jan
Hi, I think, you can solve this only on server side. Phoca Download only mediate the access of the file on the server to the website users. So when downloading starts, then there is a communication between server and user's browser (or another program). So if the download stop, it is set in browser's settings (I don't think) or in server settings (???) or maybe the communication somehow (really hard to say) interrupts between the server and the browser :idea:

Jan