progress.bar.upload.option=chunkratio

Upload core product.
Post Reply
webrunner
Posts: 25
Joined: Thu Oct 15, 2009 10:23 am

progress.bar.upload.option=chunkratio

Post by webrunner »

Hi,

I made this setting in the i18n.properties to show the overall progress instead of the single chunks:

Code: Select all

progress.bar.upload.option=chunkratio
but let the other info about chunking there to inform the user what' going on. Basically, this is working great. But if I now cancel the upload and resume later, the progress bar resets to zero. How can I avoid this?

Update: When the movie has been uploaded completely, the progress bar is not at 100% then, in my case: 66%.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: progress.bar.upload.option=chunkratio

Post by support »

Did you also uncomment ?

Code: Select all

progress.info=overallprogressbar
progress.info.label=Overall upload {0}% ({1}/{2})

webrunner
Posts: 25
Joined: Thu Oct 15, 2009 10:23 am

Re: progress.bar.upload.option=chunkratio

Post by webrunner »

Hi,

what I want to have is: One progress bar showing the chunk upload status and one progress bar showing the overall status. The overall status bar shall have the correct position even if I resume the upload later. With the following configuration, the upper bar shows the overall position, and the lower bar does not change.

Here's my i18n.properties, with all commented lines removed:

Code: Select all

taskoutput.usage=Dateien zum Upload auswählen
taskoutput.split.info=Teile Datei : {0}
taskoutput.split.size=in {0} Datenblöcke mit Größen bis zu {1} Bytes
taskoutput.split.chunk.started=Erstelle Datenblock {0} ...
taskoutput.split.chunk.completed=Datenblock {0} erstellt
taskoutput.split.chunk.failed=Teilung fehlgeschlagen : {0}
taskoutput.compress.started=Packe : {0} ...
taskoutput.compress.completed=Rate={0}%
taskoutput.compress.failed=fehlgeschlagen : {0}
taskoutput.upload.info=Lade hoch : {0}
taskoutput.upload.size=({0} bytes)
taskoutput.upload.started=Upload gestartet ...
taskoutput.upload.completed=Upload vollständig
taskoutput.upload.cancelled=Upload abgebrochen
taskoutput.upload.failed=Upload fehlgeschlagen : {0}
taskoutput.upload.failed.server.error=Server-Fehler {0}
taskoutput.upload.failed.maxsize.error=Verboten : Maximale Größe {0} Bytes
taskoutput.upload.failed.minsize.error=Verboten : Minimale Größe {0} Bytes
taskoutput.upload.failed.maxfiles.error=Verboten : Maximale Datei-Anzahl : {0}
taskoutput.upload.failed.hidden.error=Verboten : Versteckte Datei : {0}
taskoutput.upload.failed.whitelist.error=Verboten : Datei nicht erlaubt : {0}
taskoutput.upload.failed.filesonly.error=Verboten : Verzeichnisse nicht erlaubt : {0}
taskoutput.upload.failed.overwrite.error=Abgebrochen, Datei existiert bereits
taskoutput.separator=--------------------------------------------------
taskoutput.preprocessingfilter.starting=Archiviere {0} Datei(en) ... 
taskoutput.preprocessingfilter.completed=Vollständig
taskoutput.preprocessingfilter.failed=Fehlgeschlagen {0}

progress.button.cancel=Abbrechen
progress.bar.upload.option=chunkratio
progress.info=overallprogressbar
progress.info.label=Gesamt-Fortschritt {0}% ({1}/{2})

menu.file=Datei
menu.file.open=Dateien wählen

filechooser.dialog.filefilter.blacklist={0} not allowed

authentication.title={0} authentication - Attempt {1}
authentication.title.proxy={0} Proxy authentication - Attempt {1}
authentication.server=Server : 
authentication.scheme=Scheme : 
authentication.realm=Realm : 
authentication.username=Username : 
authentication.password=Password : 
authentication.host=Host : 
authentication.domain=Domain : 
authentication.confirm.yes=Ok
authentication.confirm.no=Cancel


webrunner
Posts: 25
Joined: Thu Oct 15, 2009 10:23 am

Re: progress.bar.upload.option=chunkratio

Post by webrunner »

any idea about this?

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: progress.bar.upload.option=chunkratio

Post by support »

Yes, I don't think it will work with "chunkmode=onflyrange". This parameter (onflyrange) has been added recently and behavior is quite limited with other parameters.

Post Reply