I am making a template and so far its completed all except the transfers window, for some reason i cannot see anything revealing progress, its just showing me the default i have set for [progress-nofiles].
The code below is the code i am using for these, they have no styles applied cause i am redoing all of this. Maybe not having any styles is the problem, but i dont see why this would cause the "No Active Transfers" to stay on the page.
The Code:
(Note: the original code i found this on is in the share templates forum)
[progress-upload-file]
<div>
<span> UP </span>
<div>
<span>%filename%</span>
</div>
<div>
<div>
%done-bytes% / %total-bytes% bytes<br>Current Upload Speed: %speed-kb% KB/s
</div>
</div>
<div>
<span><span style="width:%perc%px"></span></span> <div class=text><span>%perc%%</span>
</div>
</div>
[progress-download-file]
<div>
<span> DOWN </span>
<div>
<span class=filename>%filename%</span>
</div>
<div>
<div>
%done-bytes% / %total-bytes% bytes<br>Current Download Speed: %speed-kb% KB/s
</div>
</div>
<div>
<span><span style="width:%perc%px"></span></span><div><span> %perc%%</span>
</div>
</div>
