When the user selects a file to be uploaded, is there a way I can get the exact size of this file before the upload even begins? I\'m guessing this needs to be done on the c
Javascript doesn't have the ability to check file sizes (or access the file system for that matter). You'll need to upload the file to get the size