Trying to construct a new FormData
object to send as part of an AJAX request, however constructing the object with a jQuery selected object remains empty.
Am I doing something wrong?
Trying to construct a new FormData
object to send as part of an AJAX request, however constructing the object with a jQuery selected object remains empty.
Am I doing something wrong?
It's not empty, you just can't see it
FormData is created only for sending keyed data, not fot retrieving it