79772256

Date: 2025-09-23 05:52:49
Score: 1
Natty:
Report link

You need a php-handler on the server to receive posts. I would access it through PHP with $_POST['data'] array.

        $.ajax({
            url: "upload.php",
            type: "POST",
            data: formData
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Martin Dittrich