FormData Does Not Work With PUT Requests

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.