**SOLUTION**
There is a bug with the Webmin service and FireFox 3.0 whereby the java applet does not initialize for some of the features of webmin, namely the file manager.
The problem is with the java plugin that you are using. To check which java plugin you have installed (and running) type in the address box of the firefox broswer;
Scroll down. By default with Hardy you will have IcedTea installed. To change from IcedTea to Sun Java runtime type this into terminal;
Code:
sudo update-alternatives --config xulrunner-1.9-javaplugin.so
You will receive a prompt, which hopefully should include the 'java-6-sun' plugin, it is there, I assume, by default-
Code:
There are 2 alternatives which provide `xulrunner-1.9-javaplugin.so'.
Selection Alternative
-----------------------------------------------
*+ 1 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/gcjwebplugin.so
2 /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so
Enter the number of selection. Restart your firefox, (I simply closed mine but I imagine there is a code for that and all).
Your problem should now be solved.
My thanks goes to kubug for this posthttp://ubuntuforums.org/showthread.php?t=856703 where I sourced the code for changing the java plugin type.