I have this line for uploading images:
<input type="file" accept="image/*" />
I want to force user to select only image files.
but there is an “All Files” option in open dialog, which allowed clients to select non-image files.
Is there anyway to disable this “All Files” option?
P.S:
I’m using Roxy File Man source. so I cant control it from server side.
5