Sorry I also forgot to mention a dirty workaround is just to start<br>the application as normal and from the shell<br><br><font size="1"><span style="font-family: courier new,monospace;">crashdump_viewer:read_file(junk,"path=/path/to/erl_crash.dump").</span></font><br>
<br>then view the application in the browser<br><br><div class="gmail_quote">2008/11/3 Dale Harvey <span dir="ltr"><<a href="mailto:harveyd@gmail.com">harveyd@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The crashdumpviewer from webtools doesnt work in firefox<br>(and probably a few other browsers)<br><br>I had a quick check what the problem is and its in <br>the way the filename is submitted, <input> elements<br>wont give the fill path to the file for obvious security reasons<br>

<br><a href="http://pastebin.me/490e5d4e9b4bc" target="_blank">http://pastebin.me/490e5d4e9b4bc</a><br>shows the full path in konqueror but only the filename in firefox,<br><br>since the file is read from the disk and not uploaded there isnt anyway <br>

to access its full path, the only real way to fix it would to have it upload<br>the file (although im not sure if inets supports that)<br><br><br>
</blockquote></div><br>