Blog


jquery

Validate file size in Javascript / jQuery
Fri, 03 November 2017

Sometimes you need some rather basic validation of file size. I had to write this for a project recently, where I needed to check the file size prior to upload.After doing some digging around I came up with a cross browser solution (Safri, IE, Chrome, Firefox) that works quite well. In my example, I... read more

jquery