blueimp jquery uploader - on loaded, MB label changes to KB label -


using blueimp jquery uploader php. when upload file of size xx mb, on finishing upload, progress area refreshes link, size & "clear" button, expected, except:

the "mb" label changes "kb"

the actual size still correct, displays wrong units

ex: 4.5mb file displays 4.5kb

where can find area of code try track down? i'm not overriding in "finished" code

$('.size').text().replace('kb', 'mb');


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -