You are not logged in.
Greetings,
I am new to secureloads but not to php. I am having an issue with large files and the Zip and Download action. If the file is less than ~10MB it works fine, but if the file is over ~10MB the resulting zip file is 'bad/damaged'.
Any suggestions on where to look for this issue and/or how to fix it?
I have already tried increasing teh timeout and memory limits, they do not seem to help.
Az.
Offline
New information:
Seem that it is not only the zi + download but all large downlods (even without zip) that are not completing.
I have a 53MB download that finishes at 52.8 instead of 53MB, even without compression.
Offline
Greetings,
Server load is minimal, and I am on the name network as the server itself. Only the network switch is between us. We have eliminated the server being the issue. I can download 200+mb files directly from the web server, but not through this program.
Server ---- hub/switch ---- workstation
The LAN is a 100MB low load (per system checks) at the time. Server load is less than 1.0 with only about 10 TCP/IP connections including 2 SSH sessions by me to monitor the server.
Offline
Doubling the timeouts and file sizes still doesn't affect the file transfer issues.
I've put aside the zip issue, and found that ANY large file is getting truncated during the download process. Including NON-Zipped files.
Approx 53 MB file is getting cut by nearly 12k during download causing the file to be corrupt, which could be the same issue as teh ziped file, but reporting differently since it has to unzip the file upon arrival.
55729433 byte Test.exe (self extracting zip file)
arrives on my machine as:
55718973 byte Test.exe
Any ideas?
Offline
Was this ever resolved?
Offline
Hello,
this has been a problem pushing the file size to the browser. If you are experiencing a similar problem, please update this file:
core/hclib/hcLibrary.php
Offline