Hi all,
How can I disable a Input Type File Element in Mac Safari?
I have written the below code & tested in Safari, Mac.
- <form>
-
<input type="file" name="oFile" onchange="" disabled = "disabled" />
-
</form>
But It is NOT working, Still I am able to select file by clicking "Choose File" Button.
Can anyone please help me out?
Thanks & Regards,
Arup