Client side validation is important to improve usability.
Is there any cross-browser way to validate the file size before uploading it to the server. I am using asp.net file upload control.
I found some third-party controls do that check:
http://ajaxuploader.com/Demo/simple-upload.aspx
and
http://demo.essentialobjects.com/Default.aspx?path=AJAXU
but How?