How we can keep track of number of bytes downloaded at client side
using PHP?.
or user has canceled the downloading? so that downloaded bytes can be entered in database
can you give me the code or any related function in PHP
I tried the code using echo readfile() function
but using this I can insert number of bytes downloaded but if user cancel the downloading then also it is showing that complete number of bytes downloaded
and it is geting inserted in database
using PHP?.
or user has canceled the downloading? so that downloaded bytes can be entered in database
can you give me the code or any related function in PHP
I tried the code using echo readfile() function
but using this I can insert number of bytes downloaded but if user cancel the downloading then also it is showing that complete number of bytes downloaded
and it is geting inserted in database
Comment