by VAD_Support » Fri Aug 07, 2009 7:25 pm
Hi,
First I suggest that you try to save and read the file under the working folder. To do this, set the "FileName" property of the Record component to 'Record.wav' (with quotes).
In order to send that file as an e-mail attachment, you need to configure the E-mail sender component with a single attachment row:
Name: Record.wav (without quotes)
File: 'Record.wav' (with quotes)
Why setting Name and File? The "Name" is the name of the file that will be received by the user in the e-mail. This is a constant value (not an expression) so it does not need to be quoted. The "File" is the relative path to the file. In this case it is the same than the name because it is in the working directory, but it could contain folders, etc. It must contain quotes because it is an expression.
You can use the expression editor to build an expression and create file names or paths using variables, like the caller number, date and time, etc.
No problem with too many posts, we want to improve this application to be more simple to use, so your feedback is very valuable.
Thanks,