Page 1 of 1

JDiskExplorer Registration Issue

Posted: Mon Jun 15, 2009 2:13 am
by geryatric
I have purchased JFileUpload and JDiskExplorer.
The instructions for registering are not very clear, but I think I have worked it out.

The 'UNREGISTERD' message next the local and remote hosts has disappered, however I still have an 'UNREGISTERED' tag at the top in red. [SCREENSHOT ATTACHED]

I have done the following'
- Copied explorer.oxw and licence.oxw to the root dir
- Modified applet_ftp_explorer.js with the following
transferuiparam1 = "regfile"
transferuivalue1 = "explorer.oxw"
...
<PARAM NAME="transferuiparam1" VALUE="regfile">
<PARAM NAME="transferuivalue1" VALUE="explorer.oxw">
- Modifed applet_ftp.js with the following;
regfile = "license.oxw"
...
<PARAM NAME="regfile" VALUE="license.oxw">

I have also tried adding .oxw to the IIS MIME Types as text/plain

???
Thanks in advance

Re: JDiskExplorer Registration Issue

Posted: Mon Jun 15, 2009 6:08 am
by support
In applet_ftp_explorer.js, also add:
...
regfile = "license.oxw"
...
<PARAM NAME="regfile" VALUE="license.oxw">

and it should work.