You need a php-handler on the server to receive posts. I would access it through PHP with $_POST['data'] array.
$_POST['data']
$.ajax({ url: "upload.php", type: "POST", data: formData