Record submit and save to cloudron/nextcloud (or elswhere)
-
I am interested in a person being able to visit a webpage, and record a video or an audio message using their pc/smartphone's mic and camera and then after completing recording- save the recording to a nextcloud folder.
I discovered this thread.
https://help.nextcloud.com/t/javascript-upload/79353/2It has some leads. Anyone have any idea how this might be achievable with cloudron? I am trying to avoid the person needing to record, save to their device and then upload if at all possible.
-
@seeker Is this any arbitrary website or a website that you made? It seems there is a cURL API to upload - https://docs.nextcloud.com/server/latest/user_manual/files/access_webdav.html#accessing-files-using-curl
-
@girish said in Record submit and save to cloudron/nextcloud (or elswhere):
@seeker Is this any arbitrary website or a website that you made? It seems there is a cURL API to upload - https://docs.nextcloud.com/server/latest/user_manual/files/access_webdav.html#accessing-files-using-curl
This would be on a website I have access to/made. I Imagin it could also be a shared nextcloud folder with some sort of app providing the interface.
While this is a different use case, it does provide an example of what I am looking to do within nextcloud. I am also open to other possibilities using cloudron. This is using the canvaslms
https://tuftsedtech.screenstepslive.com/s/18992/m/73355/l/976285-student-how-do-i-submit-an-audio-video-assignment -
@seeker Ah, I see. I think you can actually use minio for this because it looks like you just want file storage? All the standard S3 modules will work with minio and it's very easy to integrate.