I am using <input type="file" multiple="multiple">
in my web page to upload files (using ajaxupload
). It will allow user to upload multiple files at once. But I want to restrict user to select only 10 files at a time not more than that.
How can I achieve this?