rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: TSG on November 14, 2006, 03:10:42 PM

Title: Problem with active transfers?
Post by: TSG on November 14, 2006, 03:10:42 PM
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>

 ??? ??? ???
Title: Re: Problem with active transfers?
Post by: maverick on November 14, 2006, 03:58:21 PM
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.
Title: Re: Problem with active transfers?
Post by: TSG on November 14, 2006, 04:09:34 PM
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!!!