2
I wonder how to do that when choosing the file to upload it filter by extension . html native pdf or by JS, Jquery.
Using type="file" it brings all the files.
<!DOCTYPE html>
<html>
<body>
<h1>Selecione o arquivo PDF:</h1>
<h3>Selecione o PDF:</h3>
<form action="/action_page.php">
<input type="file" name="myFile"><br><br>
</form>
</body>
</html>