-3

I am new to Javascript and html.

I need to send data through post method and like

{"username":"user1111","fileNumber":"20120097072286","fileType":"2"}

and read the response in Javascript.

If any one know the solution please help me.

0

1 Answer 1

1

You can do this using jquery AJAX like this:

$.post{
  url:,
  data:{},
  success:function(){}
}
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.