Audio file saved through Audio object to CSWeb server

Discussions about creating CAPI applications to run on Android devices
Post Reply
msoni
Posts: 34
Joined: February 19th, 2024, 11:38 am

Audio file saved through Audio object to CSWeb server

Post by msoni »

Hello and greetings

When using audio object, the audio file is saved in Android folder of the device. Is there a way to send these audio files to CSWeb server ? where from a single folder, all files can be received otherwise what will happen in our project of 15-20 devices, we need to go to each device and find the audio file?

Please suggest.

Thanks
Msoni
Gregory Martin
Posts: 1882
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Audio file saved through Audio object to CSWeb server

Post by Gregory Martin »

Your main options are:

1) Use the syncfile function to send the files to CSWeb: https://www.csprousers.org/help/CSPro/s ... ction.html

2) Rather than save the audio files to a specific folder, save them to your case using binary dictionary items. Then when you use syncdata to sync your data to CSWeb, the audio will also be synced. https://www.csprousers.org/help/CSPro/b ... items.html + https://www.csprousers.org/help/CSPro/s ... ction.html
msoni
Posts: 34
Joined: February 19th, 2024, 11:38 am

Re: Audio file saved through Audio object to CSWeb server

Post by msoni »

Thanks Gregory Sir.
Will go through this and get back to you here if required.
With Regards
Manoj
Post Reply