Skip to content

HTTP request to send wav file #124

@Sultan91

Description

@Sultan91

Hi, as far as I know http post request has a feature for sending .wav file:

screenshot

Can you please guide me of how to make the same with jQuery Ajax POST. I've tried this way:

screenshot001

data geenrated like that: 'var data = new FormData(); data.append('file',$('input[type=file]')[0].files[0]);'
It gives illegal invocation error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions