Arun
Arun

Reputation: 1704

Calculate File Size using Javascript

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..

Upvotes: 2

Views: 708

Answers (2)

Balaswamy Vaddeman
Balaswamy Vaddeman

Reputation: 8530

HTML5 will helpful for you. check the similar question on stackoverflow

check this also

Upvotes: 0

Aliostad
Aliostad

Reputation: 81660

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:

jquery File Upload

Upvotes: 3

Related Questions