Is it possible to make a progress bar on the number of bytes sent when the user clicks onclick (download file). Progress bar shows how much interest is given to the user. Does file size ($ filename) act as 100%?
- 3This is best done in JavaScript ( stackoverflow.com/questions/39589917/… ) - Daniel Protopopov
|