rejetto forum

Problem with active transfers?

TSG · 3 · 7136

0 Members and 1 Guest are viewing this topic.

Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
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>&nbsp;UP&nbsp;</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>&nbsp;DOWN&nbsp;</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>

 ??? ??? ???


Offline maverick

  • Tireless poster
  • ****
    • Posts: 1052
  • Computer Solutions
    • View Profile
Quote
i dont see why this would cause the "No Active Transfers" to stay on the page.

The only way you will see the other pages relating to the progress function is to do an actual file transfer (do a upload to yourself).  You can do this locally to test.
« Last Edit: November 14, 2006, 04:06:02 PM by maverick »
maverick


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
I have tested it, i got a friend to upload a .mp3 to me, which gave me plenty of time to check, and he was telling me nothing was showing... just No Active Transfers


EDIT: its all good now, it must have been a glitch, cause it working fine now, the new template will be posted on here momentarily!!!
« Last Edit: November 14, 2006, 04:14:08 PM by That_Stevens_Guy »