Hoe to send multiple wave file in xaml??http://forums.asp.net/t/1756441.aspx/1?Hoe+to+send+multiple+wave+file+in+xaml+Fri, 06 Jan 2012 04:49:12 -050017564414767904http://forums.asp.net/p/1756441/4767904.aspx/1?Hoe+to+send+multiple+wave+file+in+xaml+Hoe to send multiple wave file in xaml?? <p>Hi All</p> <p>I am using REST Protocol to send file through HTTP.</p> <p>I am sending single file using REST it is possible.</p> <p>But i am trying to select multiple wav file &nbsp;and send this is not happening.</p> <p>I am storing all wav file path into string array.</p> <pre class="prettyprint">private void cmdSelectFile_Click(object sender, RoutedEventArgs e) { OpenFileDialog dlg = new OpenFileDialog(); string[] filename = dlg.FileNames; int nCount = filename.Count(); for (int i = 0; i &lt; nCount; i&#43;&#43;) { FilePath=fileName[i]; }</pre> <pre class="prettyprint">Hoe to send it pls give me some code sample to send one by one all wav file</pre> <pre class="prettyprint">Thanks in advance</pre> <pre class="prettyprint">Ambrish</pre> 2012-01-06T04:49:12-05:00