file upload using progress element in HTML 5
Posted
by
UNNI
on Stack Overflow
See other posts from Stack Overflow
or by UNNI
Published on 2011-03-08T07:05:14Z
Indexed on
2011/03/08
8:10 UTC
Read the original article
Hit count: 185
JavaScript
|html5
I am using progress element while displaying the progress of a file upload in javascript. But the problem that I am facing is it is not completely loading huge file.when I checked evet.total attribute it gives the total size of the file in bytes.But when it loads physically event.loaded attribute loads only 70 to 75 %.So I want to know is there any pre-requisite when use progress event? Has anybody faced this kind of issue before?.Thanks in advance.
© Stack Overflow or respective owner