TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
naveen kumar
NA
47
6k
Getting ajax readystate 0 status 0 stuts :error
Apr 17 2018 5:53 AM
hai This is my code
var ajaxservice = WebUrl + "getAttachment?userid=" + userid + "&company_id=" + companyid + "&outlook_key=" + OutlookKey;
$.ajax({
type: 'post',
url: ajaxservice,
data: { "Attachment_Name": AttachmentName, "Attachment_content_data": Attachmentcontentdata},
contentType: "application/json",
dataType: 'json',
success: function (responce) {
//processData(responce);
//JSON.parse(results);
console.log(JSON.stringify(responce));
},
error: function (data) {
var dataa = JSON.stringify(data);
console.log(dataa);
}
});
Am Getting This Error ajax readystate 0 status 0 stuts :error
Reply
Answers (
1
)
Ajax post the data success message not getting
Do not want to redirect the same page after submit in MVC