download file apk can not show time remain

dzung042

New member
Joined
Jan 13, 2016
Messages
4
I use server directadmin, apache, when download file can not show time remain download, please help me
 
Hello,

That's depends on how your server and/or application sends it. If you use a PHP script to send apk to users you need to make sure that you send its size in headers, if you download the file directly over HTTP/HTTPS then you might need to check headers and adjust them with .htaccess directives, probably modify content-type.
 
Back
Top