Possible Duplicate:
Using jQuery, Restricting File Size Before Uploading
When a user clicks on the file select button on an input element with it's type "file" is it possible to determine the file size, and other information about the file, before the user presses upload?
For example, and event that occurs after the user has added their file ready to be uploaded.