Validate file upload with html5 file api
The html5 file api provides lots of new features which can be used to read files on clientside from within the browser. Lets take a look at this Demo first : This file upload control will only take zip or png files which are less than 1MB in size. For any other files it will… Read More »