I have a TDC running in an html file that looks like this
<object ID="data" classid="clsid:333C7BC4-460F-11D0-BC04-0080C7055A83">
<param name="DataURL" value="form_results.csv">
<param name="UseHeader" value="true">
</object>
<table datasrc=#data>
<thead><tr><td>Description</td><td>File</td></tr></thead>
<tbody> <tr>
<td><span datafld="description"> </span></td>
<td><span datafld="upload"></span></td>
</tr>
</tbody>
</table>
Is their anyway to make this work in firefox as well? Would I have to create a php page and if so what would that look like? Much Appreciated