I want to upload video on cloud (AWS etc..) through the umbraco back office using api services. Is It possible from umbraco back office please suggest or help me.
Not sure if I understand your question correctly ...
Do you want to upload a video file using the Umbraco backoffice, but instead of storing it on a harddisk, you want to call a service for storing that file somewhere else (and keeping a link to it in Umbraco)?
If that's the case, maybe the example in File upload in backoffice custom section gives you some ideas to help you further. The part where the file is stored on the server, must then be replaced by something that calls the api service.
Can we call services from umbraco backoffice.
I want to upload video on cloud (AWS etc..) through the umbraco back office using api services. Is It possible from umbraco back office please suggest or help me.
Not sure if I understand your question correctly ...
Do you want to upload a video file using the Umbraco backoffice, but instead of storing it on a harddisk, you want to call a service for storing that file somewhere else (and keeping a link to it in Umbraco)?
If that's the case, maybe the example in File upload in backoffice custom section gives you some ideas to help you further. The part where the file is stored on the server, must then be replaced by something that calls the api service.
is working on a reply...