Skip to Content
Menu
This question has been flagged
2697 Views

js 

$.ajax({
url: returnURL()+'/andy_web_file/andy_web_file/userlogin',
type: 'POST',
data: data,
dataType: 'JSON',
cache: false,
processData: false,
contentType: false
})

How to write Controller???


Avatar
Discard