May 17th, 2011, 4:21 AM
Hello to all!
Currently I have an actual problem, that export to Excel still des not work (see other thread) and some new problems:
1.) When creating the export as Excel (which is HTML) or the HTML/printer-friendly export the links to the attachments are created like this:
<td>
<img src="/<FILENAME>" />
</td>
instead of
<td>
<a href="http://<SERVERNAME>/<PATH_TO_UPLOADS/<FILENAME>">
<FILENAME>"
</a>
</td>
2.) My Formtools server is running on an *nix box. When exporting/saving all Non-ASCII characters are exported in *nix format instead of Windows encoding.
Is there a way to correct these problems via settings? Or what can I do?
With regards,
Peter.
Currently I have an actual problem, that export to Excel still des not work (see other thread) and some new problems:
1.) When creating the export as Excel (which is HTML) or the HTML/printer-friendly export the links to the attachments are created like this:
<td>
<img src="/<FILENAME>" />
</td>
instead of
<td>
<a href="http://<SERVERNAME>/<PATH_TO_UPLOADS/<FILENAME>">
<FILENAME>"
</a>
</td>
2.) My Formtools server is running on an *nix box. When exporting/saving all Non-ASCII characters are exported in *nix format instead of Windows encoding.
Is there a way to correct these problems via settings? Or what can I do?
With regards,
Peter.