Page 1 of 1

Turning *Not Registered* Off

Posted: Sun Jun 01, 2008 12:09 am
by aevideoweb
Greetings,
I've added the four lines pointing to the explorer.oxw into the applet_http_explorer.js file. It is still not turning off.
The explorer.oxw file is in the root directory along with the .js files.
Here is what I appended:

document.write('transferuiparam1="regfile" ');
document.write('transferuivalue1="explorer.oxw" ');

document.writeln('<PARAM NAME="transferuiparam1" VALUE="regfile">');
document.writeln('<PARAM NAME="transferuivalue1" VALUE="explorer.oxw">');

Is this correct?

Thanks,
AEVideoWeb

Re: Turning *Not Registered* Off

Posted: Sun Jun 01, 2008 8:02 am
by support
Yes, you also need to setup "regfile" according to JFileUpload instructions.

Re: Turning *Not Registered* Off

Posted: Tue Jun 03, 2008 12:55 am
by aevideoweb
I've searched everywhere in JFileUpload, JFileExplorer and JSPUoad for a filename called "regfile". Can't find it.
I've looked in the .js files for indication regarding *.oxw or "regfile".
I've read the JFileUpload instructions, I am unable to find any content regarding "regfile"

May I ask you to be more clear on which file is considered "Regfile" or where I find it?

Thanks for you time
AEVideoWeb

Re: Turning *Not Registered* Off

Posted: Tue Jun 03, 2008 12:10 pm
by support
"regfile" is not a filename but a parameter name. I can see it as the end of your applet_http.js
Add this parameter is JDiskExplorer JavaScript too, as you did in JFileUpload.

Re: Turning *Not Registered* Off

Posted: Wed Jun 04, 2008 1:55 am
by aevideoweb
Thank you, I will check the .js file. I may need to go over to PHP though. I will let you know.
Tom