kasparkuldkepp / upload-at-click

Automatically exported from code.google.com/p/upload-at-click
0 stars 0 forks source link

How to get file size in function? #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey 
I am able to get length,file name in following function

onstart:                                function(filename)
{
alert(length);
}

But how can i get filesize here...???
Please help me...

Original issue reported on code.google.com by semicolo...@gmail.com on 5 Sep 2012 at 10:44