FF3 too smart?
Hi,
I'm trying to run jsunit in FF3; jsunit is supposed to load my test html file; to do that, it retrieves the value of file field in its form. Until recently everything was perfect.
But now I have FF3, and FF3 does not disclose the file path to JavaScript, only file name. Meaning, there seems to be no way to retrieve the path...
Seems like will have to launch tomcat to serve tests to jsunit. Sad.