$.ajax({
type : "POST",
/* data : $('#reg-restaurant-form').serialize(),*/
contentType: false,
processData: false,
data :new FormData($('#reg-restaurant-form')[0]),
url : myBaseUrl+('/UsersActions/restaurantUserAdd'),
success : function(opt){
}
});
type : "POST",
/* data : $('#reg-restaurant-form').serialize(),*/
contentType: false,
processData: false,
data :new FormData($('#reg-restaurant-form')[0]),
url : myBaseUrl+('/UsersActions/restaurantUserAdd'),
success : function(opt){
}
});
0 comments:
Post a Comment