Jedi; The idea of converting to Base64 seems to have worked beautifully.. In VB I have converted my .Wav files to Base64. Passed that string to the WebService then on the CF side I have converted the string tobinary and saved the file.
The actual code in CF looks like this <cffile action="write" file="#CurrentDir##filename#" output="#ToBinary(IViewFileObject)#"> Thank you everyone for all your help... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286733 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

