'HTML <input> suppress file upload alert

I wrote a folder selection & uploading input in my webpage:

<input class="form-control" type="file" id="uploadImageForm" webkitdirectory directory multiple>

When a folder is selected and uploaded, an alert bar pops out:

enter image description here

Is there any way to suppress this alert?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source