check file size before upload

Tech-Archive recommends: Fix windows errors by optimizing your registry



hi all,

In asp.net 2.0 there is a limit on file size upload of 4MB. I know this
limit can be increased in web.config file.
Is there any way to check the file size before upload ?
if user is trying to upload file size more than 4MB then just display a
message that file size is too big and can't be uploaded.

thanks


.