Computer Science, asked by vinaykrishna1234, 1 year ago

How to limit maximum items on multiple input ()?

Answers

Answered by santanupaul3
0

To allow multiple file uploads in HTML forms, use the multiple attributes. The multiple attributes work with email and file input types. For limiting maximum items on multiple inputs, use JavaScript. Through this, limit the number of files to be uploaded.

Similar questions