Input Button type eigenschap
Definitie en gebruik
type
De eigenschap retourneert welk type formulierelement de knop voor het uploaden van bestanden is.
Voor de knop voor het uploaden van bestanden, deze eigenschap zal altijd teruggeven "file
".
Example
Determine which type of form element the file upload button is:
var x = document.getElementById("myFile").type;
Syntax
fileuploadObject.type
Technical Details
Return Value: | String Value, the form element type of the file upload button. |
---|
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support |