Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I m quite new to umbraco and im using Umbraco 6.1 in my project.
I want to make an ajax post as far as i know it is only possible by creating /Base classes and its usage is like:
url:"/Base/myAlias/myMethod/myParam1/myParam2/myParam3...etc".
In my scenario i have to filter a list so in some situations when i choose too many filter,i have got 414 Requested-Uri too long error.
Isn't there any other solutions?
If there is a way using json and post it to server like in mvc, i want to know.
Thank you for your help
Comment author was deleted
Yeah 6.1 introduces the UmbracoAPIController check http://our.umbraco.org/documentation/Reference/WebApi/
Example here http://www.nibble.be/?p=224
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 6.1 MVC /Base
Hello,
I m quite new to umbraco and im using Umbraco 6.1 in my project.
I want to make an ajax post as far as i know it is only possible by creating /Base classes and its usage is like:
url:"/Base/myAlias/myMethod/myParam1/myParam2/myParam3...etc".
In my scenario i have to filter a list so in some situations when i choose too many filter,i have got 414 Requested-Uri too long error.
Isn't there any other solutions?
If there is a way using json and post it to server like in mvc, i want to know.
Thank you for your help
Comment author was deleted
Yeah 6.1 introduces the UmbracoAPIController check http://our.umbraco.org/documentation/Reference/WebApi/
Example here http://www.nibble.be/?p=224
is working on a reply...