subdialog to do HTTP POST
Posted: Sat Feb 25, 2006 11:18 pm
I am developing an application that asks along the way for the
caller to speak their name after the beep -- then right after that they speak their address after the beep.
So - conceivably, I have 2 wav files now that the caller has recorded.
I have the full vxml dialog already done - is it possible to do a
<subdialog> or a <submit> to have the vxml POST these files to my
webserver and then continue on in this vxml root document or do I have to then dynamically create another vxml page for the call to continue?
Also - I have see the php examples to do file upload and I have gotten this to work with no problem. Is there an example of php code that anyone uses in order to POST multiple files at once?
Thanks
Scott
caller to speak their name after the beep -- then right after that they speak their address after the beep.
So - conceivably, I have 2 wav files now that the caller has recorded.
I have the full vxml dialog already done - is it possible to do a
<subdialog> or a <submit> to have the vxml POST these files to my
webserver and then continue on in this vxml root document or do I have to then dynamically create another vxml page for the call to continue?
Also - I have see the php examples to do file upload and I have gotten this to work with no problem. Is there an example of php code that anyone uses in order to POST multiple files at once?
Thanks
Scott