Input FileUpload type Property

❮ Input FileUpload Object

Example

Find out which type of form element the file upload button is:

var x = document.getElementById("myFile").type;
Try it Yourself »

Description

The type property returns which type of form element the file upload button is.

For a file upload button, this property will always return "file".


Browser Support

Property
type Yes Yes Yes Yes Yes

Syntax

fileuploadObject.type

Return Value

Type Description
String The type of form element the file upload button is

❮ Input FileUpload Object
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.