JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#214 Uploading more than 100%
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Site feature
State: closed Help

> What steps will reproduce the problem? Create a new issue, and upload an attachment. (with single attachment, too) > What is the expected output? What do you see instead? Uploading... 196% Something is wrong with the percent calculation:) Very low prio problem:)
What browser do you have?
I saw it in firefox 22.0
It is calculated as var percentComplete = Math.round(oEvent.loaded * 100 / oEvent.total); I don't know why browser sets loaded greater than total. I have fixed it now so if it is >100, it is rounded to 100. I am closing this.
State: new→closed
Title: uploading more than 100%→Uploading more than 100%