append
The append()
method of the FormData interface appends a new value onto an existing key inside a FormData
object, or adds the key if it does not already exist.
The append()
method of the FormData interface appends a new value onto an existing key inside a FormData
object, or adds the key if it does not already exist.