php - Getting upload file size before upload -


when user selects file uploaded, there way can exact size of file before upload begins? i'm guessing needs done on client side jquery or javascript. ideas how?

this cannot done in pure javascript in current browsers.

instead, can use uploadify, uses flash.

in non-ie browsers, can use html5 read files on client.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -