Did someone already developp a validation plugin (if possible) that checks the size of the file we want to upload and warns if the size exceeds the limit BEFORE the form is submitted ?
To verify file size you need to be able to read file, so this is not possible with current uploader that uses html upload, which tsends file only when form is posted. With ajax uplaoder this won't be a problem.