Martin Carlin

FormData Does Not Work With PUT Requests

Reading time: Only a minute

Save yourself the time, if you are trying to submit a form via ajax using FormData, it doesn't work with put requests, change the request type to post and it should be fine.