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
Audio file saved through Audio object to CSWeb server
-
- Posts: 1882
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Audio file saved through Audio object to CSWeb server
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
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
Re: Audio file saved through Audio object to CSWeb server
Thanks Gregory Sir.
Will go through this and get back to you here if required.
With Regards
Manoj
Will go through this and get back to you here if required.
With Regards
Manoj