How do I validate the size of a file using JavaScript?
- by Radhi
when upload button clicked on page... want to check filesize selected in fileupload control and stop postback of upload button if file size exceeds... what are the ways to do this using jquery/javascript?