I need to calculate file size using javascript before the file starts to upload in server size. I need do the file size operation in client size itself.
Pls help me guys.,
Thanks..
I need to calculate file size using javascript before the file starts to upload in server size. I need do the file size operation in client size itself.
Pls help me guys.,
Thanks..
New APIs in HTML5 will allow you to interact with files - so you need the users to be on latest browsers for this to work:
HTML5 will helpful for you. check the similar question on stackoverflow