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
How to save data in to sql from frontent
Hi Riya,
So you want to save data from the the front-end, back into Umbraco.
Then you need to use our services. We have different service a content service and a media service and so on.
Try to see the documentation for the services. https://our.umbraco.org/documentation/Reference/Management/Services/
Hope this helps,
/Dennis
Just to expand on Dennis' answer.
You'll want to leverage SurfaceControllers, also if you're looking to save directly to SQL (custom tables) then this tutorial is extremely useful as Umbraco comes with petapoco built in: http://creativewebspecialist.co.uk/2013/07/16/umbraco-petapoco-to-store-blog-comments/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to save data from frontent
How to save data in to sql from frontent
Hi Riya,
So you want to save data from the the front-end, back into Umbraco.
Then you need to use our services. We have different service a content service and a media service and so on.
Try to see the documentation for the services. https://our.umbraco.org/documentation/Reference/Management/Services/
Hope this helps,
/Dennis
Just to expand on Dennis' answer.
You'll want to leverage SurfaceControllers, also if you're looking to save directly to SQL (custom tables) then this tutorial is extremely useful as Umbraco comes with petapoco built in: http://creativewebspecialist.co.uk/2013/07/16/umbraco-petapoco-to-store-blog-comments/
is working on a reply...