Capture Photos in JS app

Hi, is there anyway to capture photos in a JS application or otherwise embed custom code?
This pertains to UI builder. Thanks.

Hello, @Rajesh_Pal.

If I understood you correctly, then this is what you need.
Upload your photo to a table or file system, then extract it using the Codelss API.
Use an appropriate API depending on where you plan to save the photo.
Here you can familiarize yourself with saving to the file system:
https://backendless.com/docs/js/files_file_upload.html

Regards, Nikita.