Files

With this object you can "allocate" your own file storage on AcrossCommunications' server. It can be used as temporary storage for client responses, frequently used wav messages, etc. Now you can download only audio files in WAV format. In every method you have to use FilesID obtained as a result of GetFiles method of the Session. Note: Stored files are kept on the server after session closing. Click here to read about file format.
 Samples

VB.NET Sample | C# Sample
 Methods

CreateFile

New File Creation from binary array

GetFirstFile

Get first filename from files

GetNextFile

Get next filename from files

DeleteFile

Delete File

GetFile

Get File data