0
Good evening guys, I have an Multiple input file and I need to do 4 validations before sending the form.
1) Limit the number of images sent to 10
2) images have to be of type jpeg or png ( put only one Accept in html already solves this completely?)
3) each n image may be greater than 2mb
4) minimum image width should be 600px
Can you give me a strength? I was doing all this validation after sending the file to the server, but it’s bad to send it all and then test.
Post the code you already have so far.
– stderr
jquery I have nothing, I searched but I didn’t find anything that fit me because all I saw were for input from a single file and I need for Multiple
– Alexandre Galvão Alves