rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: Steven on October 29, 2009, 06:05:28 AM

Title: Upload progress bar?
Post by: Steven on October 29, 2009, 06:05:28 AM
 HFS Build 247
Using Terayon 1.3.2

Just wondering if an upload progress bar is possible or in the works? It's the only complaint I have from friends who use my HFS.
They will begin to upload a rather large file, and they just see "waiting for..." in the status bar. I can see the progress on my HFS window, but they have no way of knowing what % is left.
Thanks in advance
Steve
Title: Re: Upload progress bar?
Post by: TSG on October 29, 2009, 10:51:34 AM
There is a way to do it, but it rarely works well for me. I wanted to employ a flash method but that didn't go well.
Title: Re: Upload progress bar?
Post by: maverick on October 29, 2009, 02:51:04 PM
It can be done using html - see attachment - (no macros, javascript, or flash needed).  I haven't looked at the TSG templates or the coding used in those templates.  
Title: Re: Upload progress bar?
Post by: Steven on October 30, 2009, 12:39:52 AM
Sounds like more trouble than it's worth. What I tell them now is, check the "server statistics" module. If it still says there is traffic incoming, then it is not done uploading yet ;)
Title: Re: Upload progress bar?
Post by: Steven on November 04, 2009, 01:32:41 AM
Since HFS has the ability to see uploads, I mean from within the HFS GUI you can see someone uploading a file, and a progress bar.
Would it be possible for HFS to output that in a symbol for use with templates? Something like %UPLOADPROGRESS%
I'm thinking the upload could pop open a new window (like RAWR) with the %uploadprogress% updating every 3 seconds.
Just a thought, seeing as this would be literally the only feature left i would need to make HFS 100%
Title: Re: Upload progress bar?
Post by: vertraeglich on November 04, 2009, 09:31:18 PM
maverick - could you post some example-code?
Your Solution looks really good.
Title: Re: Upload progress bar?
Post by: jason on November 09, 2009, 12:42:43 PM
This looks like a great idea.  I need something like this, do you have any template for this?
Title: Re: Upload progress bar?
Post by: Mars on November 09, 2009, 06:19:04 PM
the upload progress is included in the default template ,  section [progress]
Title: Re: Upload progress bar?
Post by: jason on November 12, 2009, 04:41:03 PM
Do you know if there is a tutorial to transfer that progress info. to my hfs template?