Код: Выделить всё
[HttpPost]
public string Happay(string fileName)
{
//some code
}
Ресурс не найден
Я удалил атрибут [HttpPost] сверху и смог вызвать метод из браузера.
Подробнее здесь: https://stackoverflow.com/questions/750 ... st-web-api
Код: Выделить всё
[HttpPost]
public string Happay(string fileName)
{
//some code
}