Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
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.
You can do this using jquery AJAX like this:
$.post{ url:, data:{}, success:function(){} }
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.