HTML DOM Input FileUpload autofocus Property
The Input FileUpload autofocus property in HTML DOM is used to set or return whether a file upload button should automatically get focus when the page loads, or not. Syntax: Return the autofocus property:fileuploadObject.autofocusSet the autofocus property:fileuploadObject.autofocus=true|false Prope