Hi,
I want to select and add files only office files like word excel powerpoint, and pdf and images like jpeg, png, gif form the input.
And also the size should be max 20 mb.
- <label class="btn btn-primary">
- <input type="file" id="btnAtch" name="CollFiles" multiple/>
- </label>
In Script:
- <script>
- $(document).ready(function () {
- $('#btnAtch').change(function () {
- });
- </script>
Don't know what have to do.. Please help