I try to upload a file which accepts only pdf formats.
<input type="file" name="test" accept=".pdf">
Although it filters all the files with .pdf extension, it shows also shortcuts with .url extensions. How can i make these shortcuts invisible to the users?
Thank you.